diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-24 17:27:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-24 20:13:02 +0200 |
commit | b3b933af48617fa34a04e91adca72dfe34ac32c8 (patch) | |
tree | cf64f49cb28ef167e87897268fe9f07a93a13512 /meta-gnome/recipes-gnome/libwnck | |
parent | eac8a22fbdcba3f754f8f8ff67c3109bade57b91 (diff) | |
download | meta-openembedded-b3b933af48617fa34a04e91adca72dfe34ac32c8.tar.gz |
libwnck3: add 3.0.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck')
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 18 |
1 files changed, 18 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 new file mode 100644 index 000000000..e2a3e3dd3 --- /dev/null +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Window navigation construction toolkit" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
4 | |||
5 | BPN = "libwnck" | ||
6 | |||
7 | SECTION = "x11/libs" | ||
8 | DEPENDS = "gobject-introspection-native gtk+3 gdk-pixbuf-native" | ||
9 | |||
10 | inherit gnome | ||
11 | SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae" | ||
12 | 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 | } | ||