summaryrefslogtreecommitdiff
path: root/lightdm.morph
diff options
context:
space:
mode:
Diffstat (limited to 'lightdm.morph')
-rw-r--r--lightdm.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/lightdm.morph b/lightdm.morph
new file mode 100644
index 00000000..f3b2135e
--- /dev/null
+++ b/lightdm.morph
@@ -0,0 +1,9 @@
+{
+ "name": "lightdm",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --sysconfdir=/etc \"$@\""
+ ]
+}