From: Daniel Golle Date: Tue, 8 Jul 2025 01:26:34 +0000 (+0100) Subject: mjpg-streamer: adapt dependency to changed package name X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d17f18c47a14ee031436f0497a63c00bfd3a766e;p=openwrt-packages.git 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 --- diff --git a/multimedia/mjpg-streamer/Makefile b/multimedia/mjpg-streamer/Makefile index 8d6027e2c..272197c1a 100644 --- a/multimedia/mjpg-streamer/Makefile +++ b/multimedia/mjpg-streamer/Makefile @@ -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