diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-11-25 15:05:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:20:17 +0000 |
commit | 26eb877e18ca35171641e96035f89fbacdbd1944 (patch) | |
tree | b48c7fd64d164620adc5ce7ef37a634230ee915b /meta/recipes-gnome | |
parent | e632cdb03187f052d990dbae71fef73a9a70c864 (diff) | |
download | poky-26eb877e18ca35171641e96035f89fbacdbd1944.tar.gz |
gcr: Require x11 DISTRO_FEATURE
This enables a world build without x11. GTK3DISTROFEATURES is not
enough because gtk+-x11.pc is still required.
Fixes [YOCTO #8611].
(From OE-Core rev: b1175339287395a7ad4fe4639a73f3a1dda74358)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit dbdcd87144cc1cd6c5d50c800c7f266aaf25ca17)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gcr/gcr_3.16.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gcr/gcr_3.16.0.bb index 4c9fe2ec89..e50b3a8155 100644 --- a/meta/recipes-gnome/gcr/gcr_3.16.0.bb +++ b/meta/recipes-gnome/gcr/gcr_3.16.0.bb | |||
@@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | |||
7 | 7 | ||
8 | DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt vala" | 8 | DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt vala" |
9 | 9 | ||
10 | inherit autotools gnomebase gtk-icon-cache gtk-doc | 10 | inherit autotools gnomebase gtk-icon-cache gtk-doc distro_features_check |
11 | # depends on gtk+3, but also x11 through gtk+-x11 | ||
12 | REQUIRED_DISTRO_FEATURES = "x11" | ||
11 | 13 | ||
12 | SRC_URI[archive.md5sum] = "d5835680be0b6a838e02a528d5378d9c" | 14 | SRC_URI[archive.md5sum] = "d5835680be0b6a838e02a528d5378d9c" |
13 | SRC_URI[archive.sha256sum] = "ecfe8df41cc88158364bb15addc670b11e539fe844742983629ba2323888d075" | 15 | SRC_URI[archive.sha256sum] = "ecfe8df41cc88158364bb15addc670b11e539fe844742983629ba2323888d075" |