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>
This commit is contained in:
parent
50abfa2fd7
commit
dcba53b40b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ define Package/v4l-utils
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE+= utilities
|
TITLE+= utilities
|
||||||
DEPENDS := +libv4l $(CXX_DEPENDS) $(ICONV_DEPENDS)
|
DEPENDS := +libv4l $(CXX_DEPENDS) $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/v4l-utils/description
|
define Package/v4l-utils/description
|
||||||
|
|
Loading…
Reference in a new issue