diff options
author | Phil Blundell <pb@pbcl.net> | 2013-04-29 13:57:40 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-05-01 11:49:00 -0700 |
commit | bdcc5e8f1286d288baf410458efc39a59b68d751 (patch) | |
tree | 5ff1615c040036d536f150f4b17795db45805cce /meta/recipes-graphics | |
parent | 5853e0f482b22258c909268fe71673a29e31989b (diff) | |
download | openembedded-core-bdcc5e8f1286d288baf410458efc39a59b68d751.tar.gz openembedded-core-bdcc5e8f1286d288baf410458efc39a59b68d751.tar.bz2 openembedded-core-bdcc5e8f1286d288baf410458efc39a59b68d751.zip |
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 <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |