diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-28 10:54:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-28 12:32:04 +0200 |
commit | 4a5a3a693bc3a78813f11c7858b3e9aa957d1bb9 (patch) | |
tree | d5119aa0a398da65919987cf32f737d4745f382d /meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | |
parent | 82b9444f72c4590c5f39b6585a4a5d7cf4dea00c (diff) | |
download | meta-openembedded-4a5a3a693bc3a78813f11c7858b3e9aa957d1bb9.tar.gz |
libwnck: use gobject-introspection-stub instead of -native which was removed in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 10 |
1 files changed, 3 insertions, 7 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 e2a3e3dd3..e54b8d358 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | |||
@@ -5,14 +5,10 @@ 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 = "gobject-introspection-native gtk+3 gdk-pixbuf-native" | 8 | DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native" |
9 | |||
10 | PR = "r1" | ||
9 | 11 | ||
10 | inherit gnome | 12 | inherit gnome |
11 | SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae" | 13 | SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae" |
12 | SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083" | 14 | SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083" |
13 | |||
14 | EXTRA_OECONF += "--enable-introspection=no" | ||
15 | |||
16 | do_configure_prepend() { | ||
17 | sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac | ||
18 | } | ||