aboutsummaryrefslogtreecommitdiff
path: root/libs/libv4l/patches
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-08-14 21:51:17 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2021-08-23 17:18:08 +0300
commit9dc0fd7c14e585bf19abb692c1548010575c1745 (patch)
treec06e8498c6653907b8f0babe43f00fdaae90bed4 /libs/libv4l/patches
parentf4c765409af34e41769882e506064ad08b6dcb64 (diff)
v4l-utils: add libudev-zero dependency
When libudev-zero is enabled, v4l-utils links against it, and the package build fails due to a missing dependency: Package v4l-utils is missing dependencies for the following libraries: libudev.so.1 As disabling udev doesn't seem to be supported in v4l-utils, simply add the dependency to fix the build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'libs/libv4l/patches')
-rw-r--r--libs/libv4l/patches/010-remove-libudev-check.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/libs/libv4l/patches/010-remove-libudev-check.patch b/libs/libv4l/patches/010-remove-libudev-check.patch
deleted file mode 100644
index 56e51fa77..000000000
--- a/libs/libv4l/patches/010-remove-libudev-check.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -291,16 +291,9 @@ else
- AC_MSG_WARN(ALSA library not available)
- fi
-
--PKG_CHECK_MODULES(libudev, libudev, have_libudev=yes, have_libudev=no)
--if test "x$have_libudev" = "xyes"; then
-- AC_DEFINE([HAVE_LIBUDEV], [], [Use libudev])
-- LIBUDEV_CFLAGS="$libudev_CFLAGS"
-- LIBUDEV_LIBS="$libudev_LIBS"
-- AC_SUBST(LIBUDEV_CFLAGS)
-- AC_SUBST(LIBUDEV_LIBS)
--else
-- AC_MSG_WARN(udev library not available)
--fi
-+
-+# Force building without udev
-+have_libudev=no
-
- AC_SUBST([JPEG_LIBS])
-