diff options
author | Ted Hess <thess@kitschensync.net> | 2018-12-14 14:46:45 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2018-12-14 14:46:45 -0500 |
commit | 456b789bce177bd5b9e948a81d2a27814bc39d51 (patch) | |
tree | 791264a8cd2318fcc9028e57f77c9a4be9866ea4 /libs/libv4l/Makefile | |
parent | 6ee42b8eac8f766b8714f3bfb9e45a713a8f4d9f (diff) |
libv4l: Force build without libudev
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libv4l/Makefile')
-rw-r--r-- | libs/libv4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index fb4ded82c..e16d36587 100644 --- a/libs/libv4l/Makefile +++ b/libs/libv4l/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v4l-utils PKG_VERSION:=1.14.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.linuxtv.org/downloads/v4l-utils |