]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11-diet: Enable xkb
authorRichard Purdie <richard@openedhand.com>
Wed, 1 Oct 2008 11:02:56 +0000 (11:02 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 1 Oct 2008 11:02:56 +0000 (11:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5365 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libx11-diet_1.1.5.bb

index b92e3ff75551ff3c36ea1d0dee92b5f2dab73a5d..a76aba16e4ee88aeba43be9e19f1487427fe028b 100644 (file)
@@ -1,6 +1,6 @@
 require libx11.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
             file://include_fix.patch;patch=1 \
@@ -13,5 +13,5 @@ DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
 
-EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale --disable-xkb"
+EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale"
 CFLAGS += "-D_GNU_SOURCE"