summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-21 17:18:51 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-21 17:18:51 +0100
commit5f52e43a6986042d293249dd5e17c34a962fbe60 (patch)
tree4991f59afa9c272cc75e365df6ea4ca42951e2b0
parent66760265da91255cc61bbfef12405477f773b8c3 (diff)
downloadlibwnck-baserock/morph.tar.gz
Add libwnck.morphbaserock/morph
Need to ensure gdk pixbuf will work at build time, so generate the appropriate caches.
-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\""
+ ]
+}