diff options
-rw-r--r-- | gtk+.morph | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk+.morph b/gtk+.morph new file mode 100644 index 0000000000..8db1d0716a --- /dev/null +++ b/gtk+.morph @@ -0,0 +1,11 @@ +{ + "name": "gtk+", + "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\" \"$@\"" + ] +} |