summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2022-07-19 17:48:36 +0200
committerMilan Crha <mcrha@redhat.com>2022-07-19 17:59:36 +0200
commit30ff4e9f57f7a8f736ffd39cf595fc7893c8d52b (patch)
treecfe3b9b249a3001d80936751c2debb753dafe3f4 /meson_options.txt
parentf24ebdf298b730844a15aef096b7346c7b352776 (diff)
downloadgnome-settings-daemon-30ff4e9f57f7a8f736ffd39cf595fc7893c8d52b.tar.gz
build: Use gcr4 by default, but have an option to use gcr3 too
The gcr4 replaces gcr3, thus make it possible to use either of the two, while defaulting to gcr4, as it'll live for a longer time.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3e04cf64..a5eb354f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,4 +11,5 @@ option('smartcard', type: 'boolean', value: true, description: 'build with smart
option('usb-protection', type: 'boolean', value: true, description: 'build with usb-protection support')
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
option('wwan', type: 'boolean', value: true, description: 'build with WWAN support')
+option('gcr3', type: 'boolean', value: false, description: 'build with gcr3, otherwise gcr4 is used')
option('colord', type: 'boolean', value: true, description: 'build with colord support')