build: Rename the 'enable-colord' option
Drop the 'enable-' prefix, to follow the naming best practices for Meson configuration options.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user