diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-05 18:36:21 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-13 11:19:33 +0100 |
commit | 3be9eea720ba70fd3a9e4744401fd268e31731f8 (patch) | |
tree | 302b5d840996ee1577a145a6ee210c54896e628b /meta-gnome | |
parent | efa72fe9565978bcffccfd01eec4554a8a5abc93 (diff) | |
download | meta-openembedded-3be9eea720ba70fd3a9e4744401fd268e31731f8.tar.gz |
libwnck3: Add missing dependency on gnome-common-native
Fixes configure errors
../libwnck-3.20.1/configure: line 13391: syntax error near unexpected token `maximum'
../libwnck-3.20.1/configure: line 13391: `GNOME_COMPILE_WARNINGS(maximum)'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb index fd4ef6949..02149fbec 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
5 | BPN = "libwnck" | 5 | BPN = "libwnck" |
6 | 6 | ||
7 | SECTION = "x11/libs" | 7 | SECTION = "x11/libs" |
8 | DEPENDS = "intltool-native gtk+3 gdk-pixbuf-native libxres" | 8 | DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native libxres" |
9 | 9 | ||
10 | PACKAGECONFIG ??= "startup-notification" | 10 | PACKAGECONFIG ??= "startup-notification" |
11 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 11 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |