[oe-commits] [meta-openembedded] 51/87: libbonoboui: only include when x11 in DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 17:04:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit c2cb85ac1d631d0aecc1a882ffd7c571cba4db63
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Wed Mar 7 08:40:36 2018 -0800

    libbonoboui: only include when x11 in DISTRO_FEATURES
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb
index b3ca0a4..8e3169e 100644
--- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb
+++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb
@@ -3,7 +3,9 @@ LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
 
-inherit gnomebase pkgconfig gtk-doc
+inherit distro_features_check gnomebase pkgconfig gtk-doc
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://gcc5.patch \
             file://0001-bonobo-ui-node-qualify-functions-with-G_GNUC_PRINTF.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list