summaryrefslogtreecommitdiffstats
path: root/src/dbus.mk
diff options
context:
space:
mode:
authorPhillip Berndt <phillip.berndt@googlemail.com>2013-09-10 09:23:29 (GMT)
committerPhillip Berndt <phillip.berndt@googlemail.com>2013-09-10 09:28:56 (GMT)
commitae431c8276ab2fa976a21ff4bc5059bd5fd5f98b (patch)
treef79985546dd3861c8114d851c7af27abe7689795 /src/dbus.mk
parentd7a8d21b8cf6f7850c3c87e516bbb88a54e77a78 (diff)
downloadmxe-ae431c8276ab2fa976a21ff4bc5059bd5fd5f98b.zip
mxe-ae431c8276ab2fa976a21ff4bc5059bd5fd5f98b.tar.gz
mxe-ae431c8276ab2fa976a21ff4bc5059bd5fd5f98b.tar.bz2
package dbus: Do not build documentation
In Debian Wheezy compiling fails due to some xml processing problem in the docs. Since documentation is not required I think disabling it is the simplest solution.
Diffstat (limited to 'src/dbus.mk')
-rw-r--r--src/dbus.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus.mk b/src/dbus.mk
index d573996..42382e4 100644
--- a/src/dbus.mk
+++ b/src/dbus.mk
@@ -31,6 +31,8 @@ define $(PKG)_BUILD
--enable-static \
--disable-silent-rules \
--disable-launchd \
+ --disable-doxygen-docs \
+ --disable-xml--docs \
CFLAGS='-DPROCESS_QUERY_LIMITED_INFORMATION=0x1000'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef