aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-12-30 11:49:08 +0000
committerKoen Kooi <koen@openembedded.org>2010-01-06 09:34:57 +0100
commit43f905d120f20cdd96bde06f7c0889980c2cfff1 (patch)
treeff5f54aff0761967a767094a203c937910d7ed91 /recipes
parent92a61b2a6a37fbd027ed81c6576513095d0edb07 (diff)
downloadopenembedded-43f905d120f20cdd96bde06f7c0889980c2cfff1.tar.gz
libwnck: Add 2.28.0 and checksum.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gnome/libwnck_2.28.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gnome/libwnck_2.28.0.bb b/recipes/gnome/libwnck_2.28.0.bb
new file mode 100644
index 0000000000..b176493b93
--- /dev/null
+++ b/recipes/gnome/libwnck_2.28.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
+}