From cf952d26078281229aa9fa365d4387e769e9c435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 10 Nov 2015 12:03:26 +0000 Subject: strata/gnome.morph: Add cheese Change-Id: I7e3c084a3acb50844241e92484f6b316ab095d23 --- strata/gnome/cheese.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 strata/gnome/cheese.morph (limited to 'strata/gnome') diff --git a/strata/gnome/cheese.morph b/strata/gnome/cheese.morph new file mode 100644 index 00000000..5e3671fb --- /dev/null +++ b/strata/gnome/cheese.morph @@ -0,0 +1,11 @@ +name: cheese +kind: chunk +build-system: autotools +configure-commands: +- gdk-pixbuf-query-loaders > loader.cache +- NOCONFIGURE=1 ./autogen.sh +- ./configure --prefix="$PREFIX" --sysconfdir=/etc +build-commands: +- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make +install-commands: +- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR" -- cgit v1.2.1