mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
libwnck(3): Add dependency on libxres
* it's autodetected from sysroot and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
b7f29b6f51
commit
91fc7aad6d
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
|||
BPN = "libwnck"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native"
|
||||
DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native libxres"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
|||
PR = "r2"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native"
|
||||
DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native libxres"
|
||||
|
||||
PACKAGECONFIG ??= "startup-notification"
|
||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user