aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libwnck_2.28.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/libwnck_2.28.0.bb')
-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
+}