From 92187ba838658a1df96bc92997b84e54a490173c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 23 Jul 2012 18:58:07 +0100 Subject: gnome-settings-daemon.morph: Disable wacom --- gnome-settings-daemon.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gnome-settings-daemon.morph diff --git a/gnome-settings-daemon.morph b/gnome-settings-daemon.morph new file mode 100644 index 00000000..f8478485 --- /dev/null +++ b/gnome-settings-daemon.morph @@ -0,0 +1,9 @@ +{ + "name": "gnome-settings-daemon", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "NOCONFIGURE=1 ./autogen.sh", + "./configure --prefix=\"$PREFIX\" --disable-wacom" + ] +} -- cgit v1.2.1