mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
libxklavier: add x11 to REQUIRED_DISTRO_FEATURES
libxklavier depends on gtk+ and libxi which require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
28d767851d
commit
9a3c5c2b2e
|
|
@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
|
|||
|
||||
DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2"
|
||||
|
||||
inherit autotools pkgconfig gettext gobject-introspection
|
||||
inherit autotools pkgconfig gettext gobject-introspection distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
RDEPENDS_${PN} += "iso-codes xkbcomp"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user