git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d198152
)
libwnck: add 2.30.5
author
Koen Kooi
<koen@openembedded.org>
Wed, 13 Oct 2010 14:26:08 +0000
(16:26 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 13 Oct 2010 14:26:42 +0000
(16:26 +0200)
recipes/gnome/libwnck_2.30.5.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/gnome/libwnck_2.30.5.bb
b/recipes/gnome/libwnck_2.30.5.bb
new file mode 100644
(file)
index 0000000..
ba7a028
--- /dev/null
+++ b/
recipes/gnome/libwnck_2.30.5.bb
@@ -0,0
+1,14
@@
+DESCRIPTION = "Window navigation construction toolkit"
+LICENSE = "LGPL"
+SECTION = "x11/libs"
+DEPENDS = "gtk+ gtk+-native"
+
+inherit gnome
+SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c"
+SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1"
+
+EXTRA_OECONF += "--enable-introspection=no"
+
+do_configure_prepend() {
+ sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac
+}