summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 18:58:07 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 18:58:07 +0100
commit92187ba838658a1df96bc92997b84e54a490173c (patch)
treebc2c88c24bbb0cd2c70db3fdd45a55c2397729cd
parentb671a1f3e5b5a558b0f3519e9eee16b9ba33436d (diff)
downloadgnome-settings-daemon-92187ba838658a1df96bc92997b84e54a490173c.tar.gz
gnome-settings-daemon.morph: Disable wacom
-rw-r--r--gnome-settings-daemon.morph9
1 files changed, 9 insertions, 0 deletions
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"
+ ]
+}