aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-theme-sato
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-05-10 19:30:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 11:41:12 +0100
commitfa1d9b518708103b0b2e259aa78f8dd694cfc0d6 (patch)
treea0929bb5131b622f3a3271f0c16341fad9b4477d /meta/recipes-sato/matchbox-theme-sato
parent6a71e9063b2f509bb35e63c3b9951df16f555c88 (diff)
downloadopenembedded-core-contrib-fa1d9b518708103b0b2e259aa78f8dd694cfc0d6.tar.gz
recipes-sato: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-theme-sato')
-rw-r--r--meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
index b0f8380f56..d947e1ab0f 100644
--- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
+++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
@@ -8,6 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4"
DEPENDS = "matchbox-wm"
SECTION = "x11/wm"
-inherit autotools pkgconfig
+inherit autotools pkgconfig distro_features_check
FILES_${PN} += "${datadir}/themes"
+
+# The matchbox-wm requires x11 in DISTRO_FEATURES
+REQUIRED_DISTRO_FEATURES = "x11"