Browse Source
Merge pull request #9387 from neheb/v4l23
libv4l: Add missing INTL dependency
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
libs/libv4l/Makefile
|
|
@ -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 |
|
|
|