1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

xkeyboard-config: Add sylink rule configure option to work well with xserver

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-06-24 16:10:41 +01:00
parent 48870f66e5
commit b69163acd2
@@ -3,7 +3,9 @@ DESCRIPTION = "Keyboard configuration database for X Window"
SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2"
SECTION = "x11/libs"
LICENSE = "MIT-X"
PR = "r0"
PR = "r2"
EXTRA_OECONF = "--with-xkb-rules-symlink=xorg"
RDEPENDS_${PN} += "xkbcomp"
FILES_${PN} += "${datadir}/X11/xkb"