[oe-commits] [meta-openembedded] 66/89: libxfce4ui: add x11 to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 14:34:08 UTC 2016


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

commit 567a718393df7d8388b5d2705e7968966521f684
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Nov 22 15:31:03 2016 +0800

    libxfce4ui: add x11 to REQUIRED_DISTRO_FEATURES
    
    libxfce4ui depends on virtual/libx11 so requires x11 distro feature
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
index a8758e3..4843e0e 100644
--- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
 DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool-native libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
 
-inherit xfce autotools gettext gtk-doc
+inherit xfce autotools gettext gtk-doc distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += " \
     file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \

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


More information about the Openembedded-commits mailing list