[OE-core] [PATCH] libxkbcommon: Add missing dependency on xkeyboard-config

Abhijit Potnis abhijitpotnis at gmail.com
Tue Aug 19 07:04:39 UTC 2014


From: Mikhail Durnev <mikhail_durnev at mentor.com>

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>
---
 meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb
index 2ad5448..6ab827b 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc"
 LICENSE = "MIT & MIT-style"
 
 DEPENDS = "util-macros flex-native bison-native"
+DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'xkeyboard-config', '', d)}"
 
 SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
 
-- 
1.9.1




More information about the Openembedded-core mailing list