libx11-diet: Enable xkb

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5365 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-10-01 11:02:56 +00:00
parent fcb3dfa87b
commit 5999a431d2
1 changed files with 2 additions and 2 deletions

View 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"