[oe-commits] [meta-openembedded] 57/66: xarchiver: only include when x11 in DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Fri Apr 13 19:54:16 UTC 2018


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

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

commit 80783010f6297934045c4b9f78cdd619f44e35b1
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Mon Apr 9 08:22:33 2018 -0700

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

diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
index e275af0..a27c8f5 100644
--- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
@@ -12,7 +12,9 @@ SRCREV = "5a26dd8ceab0af71b30c83286d7c7398a858c814"
 PV = "0.5.3"
 S = "${WORKDIR}/git"
 
-inherit xfce-git gettext pkgconfig autotools gtk-icon-cache
+inherit xfce-git gettext pkgconfig autotools gtk-icon-cache distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
 EXTRA_OECONF += "--libexecdir=${libdir}"

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


More information about the Openembedded-commits mailing list