diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-12 17:26:16 +0000 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-12 17:26:16 +0000 |
| commit | ee749f41f8ee9af1987771a3cca4e506c4c05919 (patch) | |
| tree | 012666f0f657d3abc306f6f760d84ce0d68c2bd5 /conf | |
| parent | 2e172d2f132c4ca253683393809fa6bcaa9be311 (diff) | |
| parent | c9d6f681e3f34bd83550a20056511820e2495ea4 (diff) | |
merge of '1e5f74b2b60986b2dbf42fbd03a69ee2a59be5a2'
and 'a205d31ba30bfe2c36e1988e8e13a5dbe3399620'
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/include/slugos.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 71d5fd7b3c..a111df116c 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -43,7 +43,7 @@ TARGET_FPU = "soft" USE_NLS_glib-2.0 = "yes" USE_NLS_glib-2.0-native = "yes" -INHERIT += "package_ipk debian" +INHERIT += "package_ipk debian testlab" # FULL_OPTIMIZATION # Optimization settings. Os works fine and is significantly better than O2. @@ -157,6 +157,10 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.20" PREFERRED_VERSION_pango ?= 1.20.5 PREFERRED_VERSION_glib-2.0 ?= 2.16.1 +# Stick with an older gettext +PREFERRED_VERSION_gettext ?= "0.14.1" +PREFERRED_VERSION_gettext-native ?= "0.14.1" + # we don't ship gtk-directfb by default PREFERRED_PROVIDER_gtk+ ?= "gtk+" PREFERRED_PROVIDER_gdk-pixbuf-loader-ani ?= "gtk+" |
