[oe-commits] Mikhail Durnev : libxkbcommon: Add missing dependency on xkeyboard-config

git at git.openembedded.org git at git.openembedded.org
Wed Sep 10 10:34:09 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: ca14b0c0b5a6653336c79d8ec80e2cdef3f9239e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ca14b0c0b5a6653336c79d8ec80e2cdef3f9239e

Author: Mikhail Durnev <mikhail_durnev at mentor.com>
Date:   Mon Sep  8 12:58:29 2014 +0100

libxkbcommon: Add missing dependency on xkeyboard-config

libxkbcommon depends on xkeyboard-config

Signed-off-by: Mikhail Durnev <mikhail_durnev at mentor.com>
Signed-off-by: Abhijit Potnis <abhijit_potnis at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb
index 9b7b0c2..0dd2956 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb
@@ -17,4 +17,4 @@ inherit autotools pkgconfig
 EXTRA_OECONF = "--disable-docs"
 
 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
-PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb"
+PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb xkeyboard-config,"



More information about the Openembedded-commits mailing list