aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-27 15:23:22 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-27 16:05:01 +0100
commit8c103ba2ea133db3be7009b07bcc706f255de97d (patch)
tree8be3503268f08395be4cff56176ab0adb4a68290 /recipes/gtk+
parent9d4b913b6d0941cc12ed8853915d40ca2dd6be69 (diff)
downloadopenembedded-8c103ba2ea133db3be7009b07bcc706f255de97d.tar.gz
gtk+ 2.18.3: enable xkb for angstrom
* also remove the displaymigration option that has ceased to exist
Diffstat (limited to 'recipes/gtk+')
-rw-r--r--recipes/gtk+/gtk+_2.18.3.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/gtk+/gtk+_2.18.3.bb b/recipes/gtk+/gtk+_2.18.3.bb
index 34d4491d66..65d0b86734 100644
--- a/recipes/gtk+/gtk+_2.18.3.bb
+++ b/recipes/gtk+/gtk+_2.18.3.bb
@@ -1,8 +1,12 @@
require gtk+.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
-EXTRA_OECONF = "--with-libtiff --disable-xkb --disable-glibtest --enable-display-migration gio_can_sniff=yes"
+# Enable xkb selectively
+XKBTOGGLE = " --disable-xkb"
+XKBTOGGLE_angstrom = ""
+
+EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"