summaryrefslogtreecommitdiffstats
path: root/rules/dconf.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-08 14:32:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-08 14:38:42 +0200
commitbd72b7f18cae0d64016192ddd718ca0e76ac4a67 (patch)
tree726bf1402762d3b9fa552b55ad2437d779b5ce76 /rules/dconf.make
parent942aeb2d76db528b1fc202a31c93a0cd6a1f7266 (diff)
downloadptxdist-bd72b7f18cae0d64016192ddd718ca0e76ac4a67.tar.gz
ptxdist-bd72b7f18cae0d64016192ddd718ca0e76ac4a67.tar.xz
[dconf] add patches to allow disabling the dconf editor
This avoids unnecessary dependencies to gtk, libxml2 and libgee Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dconf.make')
-rw-r--r--rules/dconf.make8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/dconf.make b/rules/dconf.make
index 1c139cc49..9308c8496 100644
--- a/rules/dconf.make
+++ b/rules/dconf.make
@@ -41,6 +41,14 @@ $(DCONF_SOURCE):
#
DCONF_CONF_TOOL := autoconf
+DCONF_CONF_OPT := \
+ $(CROSS_AUTOCONF_USR) \
+ --disable-gtk-doc \
+ --disable-gtk-doc-html \
+ --disable-gtk-doc-pdf \
+ --disable-editor
+
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------