diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-10 19:17:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:58 +0100 |
commit | 41719e1bfbc969ac0493b1ee81bf24973f5f7d44 (patch) | |
tree | 3144974557147599ccb7b98098ea1fcbee216d95 /meta/recipes-gnome/libnotify | |
parent | f744f0b18c22daf8bdab837ba8096760b1ce00b8 (diff) | |
download | poky-41719e1bfbc969ac0493b1ee81bf24973f5f7d44.tar.gz |
libowl/settings-daemon/libnotify: add x11 to REQUIRED_DISTRO_FEATURES
The libowl, settings-daemon and libnotify requires gdk/gdkx.h which is
provided by gtk when x11 in DISTRO_FEATURES, so add x11 to
REQUIRED_DISTRO_FEATURES.
The leafpad, settings-daemon and oh-puzzles requires
libowl or settings-daemon, so add xx to REQUIRED_DISTRO_FEATURES for
them too.
The leafpad can't be built without libowl, so depends in directly rather
than use DEPENDS_append_poky.
(From OE-Core rev: 1722ce23075a00e111145cad6daa2ef87ba391fe)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libnotify')
-rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb index 1d92b6482f..e6ee89bd01 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | |||
@@ -7,7 +7,11 @@ PR = "r1" | |||
7 | 7 | ||
8 | DEPENDS = "dbus gtk+ dbus-glib" | 8 | DEPENDS = "dbus gtk+ dbus-glib" |
9 | 9 | ||
10 | inherit gnomebase | 10 | inherit gnomebase distro_features_check |
11 | |||
12 | # Requires gdk/gdkx.h which is provided by gtk when x11 in DISTRO_FEATURES | ||
13 | REQUIRED_DISTRO_FEATURES = "x11" | ||
14 | |||
11 | SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516" | 15 | SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516" |
12 | SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210" | 16 | SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210" |
13 | 17 | ||