diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-10-21 04:31:19 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-23 12:56:52 +0200 |
commit | 29939f45554080c3cd800eec1ed7d25a6644d081 (patch) | |
tree | 73a8536e19a0caf9e486120499d46f4c6e80f401 /meta-gnome | |
parent | ff477aa4e6199b3433ab315a5533ed89f09ad9c9 (diff) | |
download | meta-openembedded-29939f45554080c3cd800eec1ed7d25a6644d081.tar.gz |
libgtop/metacity: add x11 to required DISTRO_FEATURES
The recipes depend on virtual/libx11 indirectly, they only can be
built with x11 in DISTRO_FEATURES.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb | 5 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb index 51c51d451f..8568274c9d 100644 --- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb +++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb | |||
@@ -2,7 +2,10 @@ SUMMARY = "LibGTop2" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://copyright.txt;md5=dbc839bf158d19a20e661db14db7a58c" | 3 | LIC_FILES_CHKSUM = "file://copyright.txt;md5=dbc839bf158d19a20e661db14db7a58c" |
4 | 4 | ||
5 | inherit gnomebase lib_package gtk-doc | 5 | inherit gnomebase lib_package gtk-doc distro_features_check |
6 | # depends on libxau | ||
7 | REQUIRED_DISTRO_FEATURES = "x11" | ||
8 | |||
6 | SRC_URI[archive.md5sum] = "ee29a9ef60659ebf4b075ac281f71cb2" | 9 | SRC_URI[archive.md5sum] = "ee29a9ef60659ebf4b075ac281f71cb2" |
7 | SRC_URI[archive.sha256sum] = "463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5" | 10 | SRC_URI[archive.sha256sum] = "463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5" |
8 | 11 | ||
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb index 9c48238ffb..662c90db86 100644 --- a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb +++ b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | |||
@@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
7 | DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native" | 7 | DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native" |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | inherit gnomebase update-alternatives | 10 | inherit gnomebase update-alternatives distro_features_check |
11 | # depends on startup-notification which depends on virtual/libx11 | ||
12 | REQUIRED_DISTRO_FEATURES = "x11" | ||
11 | 13 | ||
12 | GNOME_COMPRESS_TYPE = "xz" | 14 | GNOME_COMPRESS_TYPE = "xz" |
13 | 15 | ||