summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-11-28 15:58:13 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-02 09:16:18 +0100
commita7f3ec87f957ff35b8a853cd0e04c6b18bac0ece (patch)
tree4e1fc4583e0070c7c1ed3895396f4af7abcff742 /meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
parent6afb85d29286aaa4cdd892460f6adf68912917a5 (diff)
downloadmeta-openembedded-a7f3ec87f957ff35b8a853cd0e04c6b18bac0ece.tar.gz
meta-gnome: add explicit gnome-common dependencies
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. gxim previously wasn't really using the gnome-common macros so now the build fails with compiler errors, so pass the flag to turn off fatal warnings as gxim appears to be dead. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
index 83e84687a..ea4c8df53 100644
--- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" 3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4 4
5SECTION = "x11/libs" 5SECTION = "x11/libs"
6DEPENDS = "intltool-native gtk+ gdk-pixbuf-native libxres" 6DEPENDS = "intltool-native gnome-common-native gtk+ gdk-pixbuf-native libxres"
7 7
8PACKAGECONFIG ??= "startup-notification" 8PACKAGECONFIG ??= "startup-notification"
9PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" 9PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"