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:
parent
cd2de9dc51
commit
d9e221d6c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue