From 991ebfbc4a22a5e4b92ad4c08a7ab2e18b7add0e Mon Sep 17 00:00:00 2001 From: Carter Li Date: Tue, 29 Oct 2024 09:34:43 +0800 Subject: [PATCH] Camera (OpenBSD): add support (?) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b868e4a01..a6081229b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -828,7 +828,7 @@ elseif(OpenBSD) src/detection/wm/wm_nosupport.c src/detection/de/de_linux.c src/detection/wmtheme/wmtheme_linux.c - src/detection/camera/camera_nosupport.c + src/detection/camera/camera_linux.c src/detection/zpool/zpool_nosupport.c src/util/platform/FFPlatform_unix.c src/util/binary_linux.c