From 74ee171e5d5400a5e9abd664f38626d0876f3ae1 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 22 Nov 2016 15:30:48 +0800 Subject: libunique: add x11 to REQUIRED_DISTRO_FEATURES libunique depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa (cherry picked from commit ba879d436bb19c07cee6021b7566bcb5faadffac) Signed-off-by: Armin Kuster --- meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb index be3a41f390..3018398309 100644 --- a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb @@ -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" -- cgit v1.2.3-54-g00ecf