diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-10 19:30:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:58 +0100 |
commit | 12d02d58e76d055144550b2bf487789e077dec15 (patch) | |
tree | dd07f26da8587531cdfee3f7a743f33dd2026ce4 /meta/recipes-sato/matchbox-keyboard | |
parent | 3a0a27f5af71f37c100a07dfe439fee8b462b668 (diff) | |
download | poky-12d02d58e76d055144550b2bf487789e077dec15.tar.gz |
recipes-sato: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES.
(From OE-Core rev: fa1d9b518708103b0b2e259aa78f8dd694cfc0d6)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-keyboard')
-rw-r--r-- | meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index 7a99a9c46a..0d321d3992 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | |||
@@ -20,7 +20,10 @@ SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \ | |||
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | inherit autotools pkgconfig gettext gtk-immodules-cache | 23 | inherit autotools pkgconfig gettext gtk-immodules-cache distro_features_check |
24 | |||
25 | # The libxft, libfakekey and matchbox-panel-2 requires x11 in DISTRO_FEATURES | ||
26 | REQUIRED_DISTRO_FEATURES = "x11" | ||
24 | 27 | ||
25 | EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet" | 28 | EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet" |
26 | 29 | ||