mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Make all package using gettext rely on BR2_NEEDS_GETTEXT
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -2,8 +2,8 @@ config BR2_PACKAGE_SSHFS
|
||||
bool "sshfs (FUSE)"
|
||||
select BR2_PACKAGE_LIBFUSE
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_GETTEXT
|
||||
select BR2_PACKAGE_LIBINTL
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
||||
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
depends on BR2_PACKAGE_OPENSSH
|
||||
help
|
||||
|
||||
@@ -11,6 +11,6 @@ SSHFS_AUTORECONF:=NO
|
||||
SSHFS_INSTALL_STAGING:=NO
|
||||
SSHFS_INSTALL_TARGET:=YES
|
||||
|
||||
SSHFS_DEPENDENCIES = libglib2 libfuse
|
||||
SSHFS_DEPENDENCIES = libglib2 libfuse $(if $(BR2_NEEDS_GETTEXT),gettext libintl)
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,sshfs))
|
||||
|
||||
Reference in New Issue
Block a user