summarylogtreecommitdiffstats
path: root/fix-opencv-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-opencv-headers.patch')
-rw-r--r--fix-opencv-headers.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fix-opencv-headers.patch b/fix-opencv-headers.patch
deleted file mode 100644
index 8b47a9bf7eaa..000000000000
--- a/fix-opencv-headers.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 6e45cae..081c00a 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -91,5 +91,9 @@ list(APPEND PSMOVEAPI_REQUIRED_LIBS m)
- include_directories(${UDEV_INCLUDE_DIRS})
- list(APPEND PSMOVEAPI_REQUIRED_LIBS ${UDEV_LIBRARIES})
-
-+ pkg_check_modules(V4L2 REQUIRED libv4l2)
-+ include_directories(${V4L2_INCLUDE_DIRS})
-+ list(APPEND PSMOVEAPI_REQUIRED_LIBS ${V4L2_LIBRARIES})
-+
- pkg_check_modules(BLUEZ REQUIRED bluez>=5)