All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org, akuster808@gmail.com
Subject: [meta-oe][PATCH 03/10] xfce4-vala: only include when x11 in DISTRO_FEATURES
Date: Mon,  9 Apr 2018 17:22:29 -0700	[thread overview]
Message-ID: <1523319756-8431-3-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-bindings/vala/xfce4-vala_4.10.3.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb
index a25e2e6..28f9cde 100644
--- a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb
+++ b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb
@@ -3,7 +3,9 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
 DEPENDS = "libxfce4util garcon xfconf libxfce4ui xfce4-panel exo vala xfce4-dev-tools-native"
 
-inherit xfce pkgconfig
+inherit xfce pkgconfig distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI = "http://archive.xfce.org/src/bindings/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "0bbb1d6e473e0fe9b335b7b1b49d8a71"
-- 
2.7.4



  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 ` Armin Kuster [this message]
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 ` [meta-oe][PATCH 05/10] xarchiver: only include when x11 in DISTRO_FEATURES Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 06/10] gnome-system-monitor: " 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-3-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.