diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-08 17:24:21 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-08 17:24:21 +0200 |
| commit | decfc848df78dfd4cf2d4f9f60fda9c56e454426 (patch) | |
| tree | d2e747a7c28f276c180fa0426ff2a8db3ed977fe | |
| parent | 7868709e24e4f631b334adf7b31877269e74e7c6 (diff) | |
| download | meta-openembedded-decfc848df78dfd4cf2d4f9f60fda9c56e454426.tar.gz | |
libwnck 2.30.5: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb new file mode 100644 index 0000000000..e7e8cd6d70 --- /dev/null +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Window navigation construction toolkit" | ||
| 2 | LICENSE = "LGPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
| 4 | |||
| 5 | SECTION = "x11/libs" | ||
| 6 | DEPENDS = "gobject-introspection-native gtk+ gdk-pixbuf-native" | ||
| 7 | |||
| 8 | inherit gnome | ||
| 9 | SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c" | ||
| 10 | SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1" | ||
| 11 | |||
| 12 | EXTRA_OECONF += "--enable-introspection=no" | ||
| 13 | |||
| 14 | do_configure_prepend() { | ||
| 15 | sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac | ||
| 16 | } | ||
