diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-theme-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc | 5 |
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" | |||
8 | DEPENDS = "matchbox-wm" | 8 | DEPENDS = "matchbox-wm" |
9 | SECTION = "x11/wm" | 9 | SECTION = "x11/wm" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig distro_features_check |
12 | 12 | ||
13 | FILES_${PN} += "${datadir}/themes" | 13 | FILES_${PN} += "${datadir}/themes" |
14 | |||
15 | # The matchbox-wm requires x11 in DISTRO_FEATURES | ||
16 | REQUIRED_DISTRO_FEATURES = "x11" | ||