diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-02-14 13:45:48 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-02-14 14:14:22 +0000 |
commit | 2e7fef7d180530d210df0ade91ddb9ccedef6abd (patch) | |
tree | 34887e9a1b825a7297e55ab940a55da4a90d5518 /modules | |
parent | d1a8ed02141d7dfbf17f6ec3286d867a8fbd0c2b (diff) | |
download | gtk+-2e7fef7d180530d210df0ade91ddb9ccedef6abd.tar.gz |
build: Rename the 'enable-colord' option
Drop the 'enable-' prefix, to follow the naming best practices for Meson
configuration options.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/printbackends/cups/meson.build | 2 |
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) |