From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org, akuster808@gmail.com
Subject: [meta-oe][PATCH 05/10] xarchiver: only include when x11 in DISTRO_FEATURES
Date: Mon, 9 Apr 2018 17:22:31 -0700 [thread overview]
Message-ID: <1523319756-8431-5-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1523319756-8431-1-git-send-email-akuster808@gmail.com>
Signed-off-by: Armin Kuster <akuster808@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}"
--
2.7.4
next prev parent reply other threads:[~2018-04-10 0:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-10 0:22 [meta-oe][PATCH 01/10] dbus-broker: include only if systemd is DISTO_FEATURE Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 02/10] imsettings: only include when x11 in DISTRO_FEATURES Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 03/10] xfce4-vala: " Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 04/10] libreport: add PACKCONFIG for gtk Armin Kuster
2018-04-10 0:29 ` Anuj Mittal
2018-04-10 0:35 ` akuster808
2018-04-10 0:22 ` Armin Kuster [this message]
2018-04-10 0:22 ` [meta-oe][PATCH 06/10] gnome-system-monitor: only include when x11 in DISTRO_FEATURES Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 07/10] packagegroup-xfce-extended: " Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 08/10] menulibre: " Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 09/10] python-blivet: " Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 10/10] usermode: also " Armin Kuster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1523319756-8431-5-git-send-email-akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.