mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libwnck(3): add PACKAGECONFIG for startup-notification
* it's autodetected from sysroot and couple of packages are failing when pkg-config is trying to use libwnck*.pc without startup-notification in sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f32956c1d6
commit
717ca9c0d2
|
|
@ -9,6 +9,9 @@ DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native"
|
|||
|
||||
PR = "r1"
|
||||
|
||||
PACKAGECONFIG ??= "startup-notification"
|
||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||
|
||||
inherit gnome
|
||||
SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae"
|
||||
SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ PR = "r2"
|
|||
SECTION = "x11/libs"
|
||||
DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native"
|
||||
|
||||
PACKAGECONFIG ??= "startup-notification"
|
||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||
|
||||
inherit gnome
|
||||
SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c"
|
||||
SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user