summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libwnck.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/libwnck.morph b/libwnck.morph
new file mode 100644
index 0000000..2662228
--- /dev/null
+++ b/libwnck.morph
@@ -0,0 +1,11 @@
+{
+ "name": "libwnck",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "gdk-pixbuf-query-loaders --update-cache",
+ "update-mime-database \"$PREFIX/share/mime\"",
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\""
+ ]
+}