projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01b0bb
)
package/libv4l: fix udev configure options
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 27 May 2017 12:57:08 +0000
(14:57 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 27 May 2017 15:15:18 +0000
(17:15 +0200)
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>
package/libv4l/libv4l.mk
patch
|
blob
|
history
diff --git
a/package/libv4l/libv4l.mk
b/package/libv4l/libv4l.mk
index 6bc9d85d540cde94953c417fbd12606c726e94f2..7a5956c2d24d892e31c8a4eb86cf3380ad0612c6 100644
(file)
--- a/
package/libv4l/libv4l.mk
+++ b/
package/libv4l/libv4l.mk
@@
-46,10
+46,7
@@
LIBV4L_DEPENDENCIES += libgl
endif
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
-LIBV4L_CONF_OPTS += --with-libudev
LIBV4L_DEPENDENCIES += udev
-else
-LIBV4L_CONF_OPTS += --without-libudev
endif
ifeq ($(BR2_PACKAGE_LIBGLU),y)