[oe-commits] [meta-openembedded] 60/89: thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES

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


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

commit 20b398d8780214e5f063287909666f9a79e78768
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Nov 22 15:30:57 2016 +0800

    thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
    
    thunar depends on gtk+, libsm and xfce4-panel which
    require 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/classes/thunar-plugin.bbclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass
index 4ec073a..95f7d00 100644
--- a/meta-xfce/classes/thunar-plugin.bbclass
+++ b/meta-xfce/classes/thunar-plugin.bbclass
@@ -1,4 +1,6 @@
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 DEPENDS += "thunar"
 

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


More information about the Openembedded-commits mailing list