mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
mjpg-streamer: adapt dependency to changed package name
The libv4l package has been renamed to v4l-utils to match the name now used upstream, and also to make the folder name consistent with the PKG_NAME. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -19,7 +19,7 @@ PKG_LICENSE:=GPL-2.0-or-later
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip=2 -xf $(DL_DIR)/$(PKG_SOURCE)
|
||||
PKG_BUILD_DEPENDS:=MJPG_STREAMER_V4L2:libv4l zmq protobuf-c/host
|
||||
PKG_BUILD_DEPENDS:=MJPG_STREAMER_V4L2:v4l-utils zmq protobuf-c/host
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
||||
Reference in New Issue
Block a user