From bdcc5e8f1286d288baf410458efc39a59b68d751 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Mon, 29 Apr 2013 13:57:40 +0100 Subject: xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN} Nothing in this package uses xkbcomp so depending on it here is not appropriate. Whatever package(s) is/are invoking that binary should be the ones to depend on it. Signed-off-by: Phil Blundell Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb index ccb9f741ff..cf4da28fa7 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb @@ -23,7 +23,6 @@ PR = "r0" EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" -RDEPENDS_${PN} += "xkbcomp" FILES_${PN} += "${datadir}/X11/xkb" inherit autotools pkgconfig -- cgit 1.2.3-korg