summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-08-07 15:19:52 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-08-18 12:38:05 +0200
commit4cd4c3f9f6c8e033e61d647bfb0bd4098a452708 (patch)
tree20b6f14cb3396f1f7f9c200bee674a7775de55bb /meson_options.txt
parent10d241b3d9b555684933a550ed0a06d034f924d0 (diff)
downloadgnome-settings-daemon-4cd4c3f9f6c8e033e61d647bfb0bd4098a452708.tar.gz
colord: make it optional
colord has become completely dependent on udev, not available on non-Linux, so make the color plugin optional to fix build there.
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 15dd8251..3e04cf64 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,3 +11,4 @@ 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('colord', type: 'boolean', value: true, description: 'build with colord support')