summaryrefslogtreecommitdiff
path: root/configmgr/CppunitTest_configmgr_unit.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-08 11:20:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-08 12:06:04 +0000
commitecc617e797aa5ed329668114e54ec7ffa5c0e87b (patch)
treeb8c391c66ce89aa17bacd75e769d9f611f6e4481 /configmgr/CppunitTest_configmgr_unit.mk
parent8caef148f4ce5f811588390c24bda41a1390093d (diff)
configmgr: support reading from a dconf layer (WIP)
Work in progress to allow integration of LO with <https://wiki.gnome.org/Projects/FleetCommander>. During configuration, dconf support is implicitly enabled when available on the host (which is presumably only available on Linux). It is explicitly disabled for TDF Linux builds for now, though, to avoid accidental dependencies of the distributed installation sets on system dconf libraries. A dconf layer is represented in the CONFIGURATION_LAYERS bootstrap variable with type "dconf" and an empty URL. See the comment at the top of configmgr/source/readdconflayer.cxx for the encoding of component-data in dconf. All of this is still subject to change. Change-Id: I2d08d81c8ea43ba4a99040a8882ae75b91bcfdb9 Reviewed-on: https://gerrit.libreoffice.org/16848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr/CppunitTest_configmgr_unit.mk')
-rw-r--r--configmgr/CppunitTest_configmgr_unit.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/configmgr/CppunitTest_configmgr_unit.mk b/configmgr/CppunitTest_configmgr_unit.mk
index 1672c9f42556..e8bddc24bee8 100644
--- a/configmgr/CppunitTest_configmgr_unit.mk
+++ b/configmgr/CppunitTest_configmgr_unit.mk
@@ -49,5 +49,6 @@ $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\
$(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\
boost_headers \
+ dconf \
icu_headers \
))