build-sys: enable GSettings by default
authorTanu Kaskinen <tanuk@iki.fi>
Tue, 17 Apr 2018 06:07:42 +0000 (09:07 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 19 Apr 2018 11:45:31 +0000 (14:45 +0300)
commit5d66b442039527ef01ad00a1d85fd8a6a206f954
treec95d6d191861b2bbc8276d3200920cb27304e596
parentf97cd3449ebd1c03feb4961308337fff54928d8b
build-sys: enable GSettings by default

A new paprefs release is expected soon, and it will only support
GSettings. In order to have the default configuration work with the new
paprefs version, we need to enable GSettings by default.

If both module-gconf and module-gsettings are enabled when building
PulseAudio, both modules will be part of the default configuration. That
can cause trouble, because when the GConf database is migrated to
GSettings, the old configuration in GConf is not removed, so both
module-gconf and module-gsettings will try to load modules.

Generally it's not necessary to have both modules enabled even at build
time, so let's default to having only one of them enabled.
configure.ac