mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 17:33:30 +00: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> (cherry picked from commit 9a3c5c2b2e3acc203cdd93e1b658cedaa0bc9095) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
7a557a2bea
commit
3a2f97e77a
@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
|
|||||||
DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2"
|
DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2"
|
||||||
|
|
||||||
GNOME_COMPRESS_TYPE = "xz"
|
GNOME_COMPRESS_TYPE = "xz"
|
||||||
|
inherit gnomebase gettext gobject-introspection distro_features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
inherit gnomebase gettext gobject-introspection
|
inherit gnomebase gettext gobject-introspection
|
||||||
SRC_URI[archive.md5sum] = "290ea2a8abc40f78a3a16bdae6f02808"
|
SRC_URI[archive.md5sum] = "290ea2a8abc40f78a3a16bdae6f02808"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user