diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-18 00:45:18 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-18 00:45:18 +0000 |
commit | a7441008e144f91fecf79273a2118ea806552cf4 (patch) | |
tree | 9e00699a454250a288d4d89dd9d0c91d10e2ba26 /conf/distro/minimal-uclibc.conf | |
parent | bf61ce13a5dd72d4e733303e5405e17e3946985f (diff) |
uclibc: fix logic error for glib-2.0-native
* if we set for glib-2.0 USE_NLS = yes, we have
to do it for the native package too, otherwise
the check function for USE_NLS bails out and build the
older 2.12.4 package
Diffstat (limited to 'conf/distro/minimal-uclibc.conf')
-rw-r--r-- | conf/distro/minimal-uclibc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf index db08775d4a..3844d712d9 100644 --- a/conf/distro/minimal-uclibc.conf +++ b/conf/distro/minimal-uclibc.conf @@ -30,6 +30,7 @@ PREFERRED_PROVIDER_virtual/libintl = "gettext" USE_NLS ?= "no" USE_NLS_glib-2.0 = "yes" +USE_NLS_glib-2.0-native = "yes" PREFERRED_VERSION_uclibc = "0.9.29" PREFERRED_VERSION_uclibc-initial = "0.9.29" |