From f89a7f5cedb492028c7896ab2722a2f9b2ceddf7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 9 Mar 2011 21:16:43 +0000 Subject: [PATCH] xkeyboard-config: use --with-xkb-rules-symlink=xorg option Signed-off-by: Otavio Salvador --- recipes/xkeyboard-config/xkeyboard-config.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/recipes/xkeyboard-config/xkeyboard-config.inc b/recipes/xkeyboard-config/xkeyboard-config.inc index b8aab8c599..787e641197 100644 --- a/recipes/xkeyboard-config/xkeyboard-config.inc +++ b/recipes/xkeyboard-config/xkeyboard-config.inc @@ -2,17 +2,14 @@ DESCRIPTION = "Common X11 Keyboard layouts" LICENSE = "MIT" DEPENDS = "intltool-native xkbcomp-native" RDEPENDS_${PN} = "xkbcomp" -INC_PR = "r6" +INC_PR = "r7" SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" S = "${WORKDIR}/${PN}-${PV}" -inherit autotools +EXTRA_OECONF += "--with-xkb-rules-symlink=xorg" -do_install_append () { - install -d ${D}${datadir}/X11/xkb/compiled - cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg -} +inherit autotools FILES_${PN} += "${datadir}/X11/xkb" -- 2.39.5