libwnck: update to 2.24
authorKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 18:54:31 +0000 (18:54 +0000)
committerKoen 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]

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
@@ -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
+}