From 424f9306c44dfd9f845ae00b0a81a43fb52e923e Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Wed, 18 Jun 2025 12:49:19 -0700 Subject: [PATCH] Use system LibUSB for FreeBSD --- .ci/build-freebsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/build-freebsd.sh b/.ci/build-freebsd.sh index 2102f32315..8acbec31c1 100755 --- a/.ci/build-freebsd.sh +++ b/.ci/build-freebsd.sh @@ -14,6 +14,7 @@ CONFIGURE_ARGS=" -DUSE_SYSTEM_FFMPEG=ON -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_LIBPNG=ON + -DUSE_SYSTEM_LIBUSB=ON -DUSE_SYSTEM_OPENCV=ON "