diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:30:54 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:47 +0100 |
| commit | 9a3c5c2b2e3acc203cdd93e1b658cedaa0bc9095 (patch) | |
| tree | 6803768dfeaf025594da58cc0b17c562dcd3cb53 /meta-gnome/recipes-gnome | |
| parent | 28d767851df6da0b741c33df0e0ed259f680eb20 (diff) | |
| download | meta-openembedded-9a3c5c2b2e3acc203cdd93e1b658cedaa0bc9095.tar.gz | |
libxklavier: add x11 to REQUIRED_DISTRO_FEATURES
libxklavier depends on gtk+ and libxi which require
x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb index ff9853d7b7..2ef54f212f 100644 --- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb +++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb | |||
| @@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2" | 5 | DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2" |
| 6 | 6 | ||
| 7 | inherit autotools pkgconfig gettext gobject-introspection | 7 | inherit autotools pkgconfig gettext gobject-introspection distro_features_check |
| 8 | |||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 8 | 10 | ||
| 9 | RDEPENDS_${PN} += "iso-codes xkbcomp" | 11 | RDEPENDS_${PN} += "iso-codes xkbcomp" |
| 10 | 12 | ||
