diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 08:40:36 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:35 -0700 |
| commit | c2cb85ac1d631d0aecc1a882ffd7c571cba4db63 (patch) | |
| tree | 60152608ca3e3bdd78cb132901d06e345fc93d2d | |
| parent | 9701186708410a29d878f2a10e3c85210c0259c8 (diff) | |
| download | meta-openembedded-c2cb85ac1d631d0aecc1a882ffd7c571cba4db63.tar.gz | |
libbonoboui: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb index b3ca0a4657..8e3169e342 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | |||
| @@ -3,7 +3,9 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
| 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" |
| 5 | 5 | ||
| 6 | inherit gnomebase pkgconfig gtk-doc | 6 | inherit distro_features_check gnomebase pkgconfig gtk-doc |
| 7 | |||
| 8 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 7 | 9 | ||
| 8 | SRC_URI += "file://gcc5.patch \ | 10 | SRC_URI += "file://gcc5.patch \ |
| 9 | file://0001-bonobo-ui-node-qualify-functions-with-G_GNUC_PRINTF.patch \ | 11 | file://0001-bonobo-ui-node-qualify-functions-with-G_GNUC_PRINTF.patch \ |
