summaryrefslogtreecommitdiff
path: root/src/apps/cam/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps/cam/meson.build')
-rw-r--r--src/apps/cam/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/apps/cam/meson.build b/src/apps/cam/meson.build
index 06dbea06..4b6099dd 100644
--- a/src/apps/cam/meson.build
+++ b/src/apps/cam/meson.build
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: CC0-1.0
-libevent = dependency('libevent_pthreads', required : get_option('cam'))
-
-if not libevent.found()
+if opt_cam.disabled() or not libevent.found()
cam_enabled = false
subdir_done()
endif