diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-08 13:08:12 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:29 +0200 |
commit | 717ca9c0d2edc538676c9fb8622cfafe93b20637 (patch) | |
tree | 7fb0fc4c0b826146f2ca4ec50cc237f43f3e62ea /meta-gnome/recipes-gnome | |
parent | f32956c1d6b473c80512c5ad82754ce090524a02 (diff) | |
download | meta-openembedded-717ca9c0d2edc538676c9fb8622cfafe93b20637.tar.gz |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 3 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb index e54b8d358..51715763e 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | |||
@@ -9,6 +9,9 @@ DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native" | |||
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | PACKAGECONFIG ??= "startup-notification" | ||
13 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | ||
14 | |||
12 | inherit gnome | 15 | inherit gnome |
13 | SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae" | 16 | SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae" |
14 | SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083" | 17 | SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083" |
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb index 935d4a345..661bc428f 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | |||
@@ -7,6 +7,9 @@ PR = "r2" | |||
7 | SECTION = "x11/libs" | 7 | SECTION = "x11/libs" |
8 | DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native" | 8 | DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native" |
9 | 9 | ||
10 | PACKAGECONFIG ??= "startup-notification" | ||
11 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | ||
12 | |||
10 | inherit gnome | 13 | inherit gnome |
11 | SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c" | 14 | SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c" |
12 | SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1" | 15 | SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1" |