summaryrefslogtreecommitdiff
path: root/modules/printbackends/cups/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'modules/printbackends/cups/meson.build')
-rw-r--r--modules/printbackends/cups/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/cups/meson.build b/modules/printbackends/cups/meson.build
index a6f83d51e7..ef7a30ee9a 100644
--- a/modules/printbackends/cups/meson.build
+++ b/modules/printbackends/cups/meson.build
@@ -1,4 +1,4 @@
-enable_colord = get_option('enable-colord')
+enable_colord = get_option('colord')
if enable_colord != 'no'
want_colord = enable_colord == 'yes'
colord_dep = dependency('colord', version: '>= 0.1.9', required: want_colord)