[oe-commits] [meta-openembedded] 44/69: xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Tue Dec 13 10:14:51 UTC 2016


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

commit 33055f8dc2e9a5ea43713c01fc04240f545ceb02
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Nov 22 15:30:58 2016 +0800

    xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
    
    The bbclass depends on xfce4-panel and libxfce4ui
    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>
    (cherry picked from commit 723e9b71a4e9d43a6b2623d8298d7f452d222ed3)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-xfce/classes/xfce-panel-plugin.bbclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass
index b2f0678..6515dc0 100644
--- a/meta-xfce/classes/xfce-panel-plugin.bbclass
+++ b/meta-xfce/classes/xfce-panel-plugin.bbclass
@@ -1,4 +1,6 @@
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 DEPENDS += "libxfce4ui libxfce4util xfce4-panel"
 

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


More information about the Openembedded-commits mailing list