mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libunique: add x11 to REQUIRED_DISTRO_FEATURES
libunique depends on gtk+ which requires 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 ba879d436bb19c07cee6021b7566bcb5faadffac) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
258f4f35b7
commit
74ee171e5d
@ -24,4 +24,6 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
|
||||
inherit autotools pkgconfig gobject-introspection
|
||||
inherit autotools pkgconfig gobject-introspection distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user