summaryrefslogtreecommitdiffstats
path: root/package/php/Config.ext
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-03 23:13:28 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 01:34:03 +0200
commit0747f21e126d4eea94bd0ee0478612b2560fe73e (patch)
tree10e78a9298851d8e6a5c89e066cc6f208e31a489 /package/php/Config.ext
parentbdef565cd6437d54f245563241e4a8e3f57fd489 (diff)
downloadbuildroot-0747f21e126d4eea94bd0ee0478612b2560fe73e.tar.gz
buildroot-0747f21e126d4eea94bd0ee0478612b2560fe73e.zip
php: use the new gettext logic
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - dropping BR2_PACKAGE_GETTEXT selection. Thanks to this, we can drop the BR2_USE_WCHAR dependency Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/Config.ext')
-rw-r--r--package/php/Config.ext7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext
index bb6ada6a91..6b3d86925d 100644
--- a/package/php/Config.ext
+++ b/package/php/Config.ext
@@ -164,13 +164,12 @@ comment "Human language and character encoding support"
config BR2_PACKAGE_PHP_EXT_GETTEXT
bool "Gettext"
- depends on BR2_USE_WCHAR
- select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
+ depends on BR2_SYSTEM_ENABLE_NLS
help
Gettext support
-comment "Gettext support needs a toolchain w/ wchar"
- depends on !BR2_USE_WCHAR
+comment "Gettext support needs NLS enabled"
+ depends on !BR2_SYSTEM_ENABLE_NLS
config BR2_PACKAGE_PHP_EXT_ICONV
bool "iconv"
OpenPOWER on IntegriCloud