[oe-commits] [meta-openembedded] 55/69: xfce4-session: add x11 to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Tue Dec 13 10:15:02 UTC 2016


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

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

    xfce4-session: add x11 to REQUIRED_DISTRO_FEATURES
    
    xfce4-session depends on virtual/libx11 so it requires
    x11 distro feature.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    (cherry picked from commit 464e4d4033d093ee4b2feb4d512693b0526dd41c)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
index 215aec3..a247206 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
 DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf polkit"
 RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
 
-inherit xfce update-alternatives
+inherit xfce update-alternatives distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI[md5sum] = "f4921fb2e606e74643daf1212263076c"
 SRC_URI[sha256sum] = "97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd"

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


More information about the Openembedded-commits mailing list