mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
@@ -3,7 +3,9 @@ DESCRIPTION = "Keyboard configuration database for X Window"
|
|||||||
SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2"
|
SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2"
|
||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
LICENSE = "MIT-X"
|
LICENSE = "MIT-X"
|
||||||
PR = "r0"
|
PR = "r2"
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--with-xkb-rules-symlink=xorg"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "xkbcomp"
|
RDEPENDS_${PN} += "xkbcomp"
|
||||||
FILES_${PN} += "${datadir}/X11/xkb"
|
FILES_${PN} += "${datadir}/X11/xkb"
|
||||||
|
|||||||
Reference in New Issue
Block a user