summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ab0ca5b..38c1889 100644
--- a/meson.build
+++ b/meson.build
@@ -14,7 +14,7 @@ src_files = files([
# Point your PKG_CONFIG_PATH environment variable to the
# libcamera install path camera.pc file ($prefix/lib/pkgconfig/camera.pc)
deps = [
- dependency('camera', required : true),
+ dependency('libcamera', required : true),
dependency('libevent_pthreads'),
]