diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb index fe84a0fc99..76de18ae93 100644 --- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | |||
@@ -14,6 +14,11 @@ PR = "r30" | |||
14 | # based on the machine architecture. | 14 | # based on the machine architecture. |
15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
16 | 16 | ||
17 | inherit distro_features_check | ||
18 | |||
19 | # The matchbox-theme-sato requires x11 in DISTRO_FEATURES | ||
20 | REQUIRED_DISTRO_FEATURES = "x11" | ||
21 | |||
17 | SRC_URI = "file://session" | 22 | SRC_URI = "file://session" |
18 | S = "${WORKDIR}" | 23 | S = "${WORKDIR}" |
19 | 24 | ||