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:
d450398
)
libwnck: update to 2.24
author
Koen Kooi
<koen@openembedded.org>
Thu, 25 Sep 2008 18:54:31 +0000
(18:54 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 25 Sep 2008 18:54:31 +0000
(18:54 +0000)
packages/gnome/libwnck_2.24.0.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/gnome/libwnck_2.24.0.bb
b/packages/gnome/libwnck_2.24.0.bb
new file mode 100644
(file)
index 0000000..
b176493
--- /dev/null
+++ b/
packages/gnome/libwnck_2.24.0.bb
@@ -0,0
+1,10
@@
+DESCRIPTION = "Window navigation construction toolkit"
+LICENSE = "LGPL"
+SECTION = "x11/libs"
+DEPENDS = "gtk+ gdk-pixbuf-csource-native"
+
+inherit gnome
+
+do_stage() {
+ autotools_stage_all
+}