From 679993691c0cdb32cb81f600d173c99c45ec6f14 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 6 Mar 2018 16:48:05 -0800 Subject: pangomm: only include when x11 in DISTRO_FEATURES Signed-off-by: Armin Kuster --- meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb b/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb index 02bb1cc93d..e0f72cd58a 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb @@ -12,7 +12,9 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${ SRC_URI[md5sum] = "874eadd9434613dbacf0272c82c3ac23" SRC_URI[sha256sum] = "9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af" -inherit autotools pkgconfig +inherit distro_features_check autotools pkgconfig + +REQUIRED_DISTRO_FEATURES = "x11" EXTRA_OECONF = " --disable-documentation " -- cgit 1.2.3-korg