summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-21 15:00:10 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-21 15:00:10 +0000
commit6dbac8e1e7202d0ab757426c3f41f29cff72e5bd (patch)
treefa4462119bf86b201e00dcc48d11262be16bbc7e
parent7c4552e0a87550267c5761b8d2eb02fef75397e9 (diff)
downloaddbus-6dbac8e1e7202d0ab757426c3f41f29cff72e5bd.tar.gz
Add chunk morph for dbus-pre
There is a circular dependency between D-Bus and systemd. Although in the current version there is no actual use of the systemd libraries, there is some in the current master and it's likely that there will be more in the future.
-rw-r--r--dbus-pre.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/dbus-pre.morph b/dbus-pre.morph
new file mode 100644
index 00000000..1a568f11
--- /dev/null
+++ b/dbus-pre.morph
@@ -0,0 +1,15 @@
+{
+ "name": "dbus-pre",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "sh autogen.sh --no-configure",
+ "./configure --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc --disable-systemd"
+ ],
+ "build-commands": [
+ "make XMLTO_OUTPUT="
+ ],
+ "install-commands": [
+ "make XMLTO_OUTPUT= DESTDIR=\"$DESTDIR\" install"
+ ]
+}