mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/libv4l: fix udev configure options
AC_ARG_WITH([libudev] was removed in version 1.12.0: https://git.linuxtv.org/v4l-utils.git/commit/configure.ac?id=3aba7817cd1994e6da00651114368db8171eabcc Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d01b0bbad0
commit
e1404d5b4e
@ -46,10 +46,7 @@ LIBV4L_DEPENDENCIES += libgl
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||||
LIBV4L_CONF_OPTS += --with-libudev
|
|
||||||
LIBV4L_DEPENDENCIES += udev
|
LIBV4L_DEPENDENCIES += udev
|
||||||
else
|
|
||||||
LIBV4L_CONF_OPTS += --without-libudev
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGLU),y)
|
ifeq ($(BR2_PACKAGE_LIBGLU),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user