mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libv4l: Add missing INTL dependency
Needed for FULL NLS. Not bumping PKG_RELEASE as this is no-op.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit dcba53b40b)
This commit is contained in:
committed by
Josef Schlehofer
parent
cd2de9dc51
commit
d9e221d6c9
@@ -64,7 +64,7 @@ define Package/v4l-utils
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE+= utilities
|
||||
DEPENDS := +libv4l $(CXX_DEPENDS) $(ICONV_DEPENDS)
|
||||
DEPENDS := +libv4l $(CXX_DEPENDS) $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/v4l-utils/description
|
||||
|
||||
Reference in New Issue
Block a user