mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 08:25:46 +00:00
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>
This commit is contained in:
parent
efa72fe956
commit
3be9eea720
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
||||
BPN = "libwnck"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
DEPENDS = "intltool-native gtk+3 gdk-pixbuf-native libxres"
|
||||
DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native libxres"
|
||||
|
||||
PACKAGECONFIG ??= "startup-notification"
|
||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user