From 1722ce23075a00e111145cad6daa2ef87ba391fe Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 10 May 2015 19:17:07 -0700 Subject: 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. Signed-off-by: Robert Yang --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta/recipes-gnome/libnotify') 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" DEPENDS = "dbus gtk+ dbus-glib" -inherit gnomebase +inherit gnomebase distro_features_check + +# Requires gdk/gdkx.h which is provided by gtk when x11 in DISTRO_FEATURES +REQUIRED_DISTRO_FEATURES = "x11" + SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516" SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210" -- cgit 1.2.3-korg