summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-09-11 20:49:34 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2017-09-11 20:58:49 +0200
commiteb627bf5a92aa8491ac6d9f99049b2215c0ffbb5 (patch)
treee13c926a0bbc0930c6745891ae236993d745253c /src/meson.build
parent332ddab435dd49eacace7d882a08c6edb61d301a (diff)
downloadgnome-contacts-eb627bf5a92aa8491ac6d9f99049b2215c0ffbb5.tar.gz
Meson: allow 'auto' value for `with-cheese`.
This brings the options up par with the autotools build.
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index e7f9c77..0bb6638 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -72,7 +72,7 @@ contacts_deps = [
]
# Add extra stuff if cheese is enabled
-if get_option('with-cheese')
+if cheese_enabled
contacts_deps += [ cheese, cheese_gtk ]
contacts_vala_args += [ '-D', 'HAVE_CHEESE' ]
contacts_c_sources += 'cheese-flash.c'