diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-07-05 13:01:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 13:01:39 -0700 |
commit | 04308bd6529b0929839f009336544a4f294f3240 (patch) | |
tree | 2f1a2c6b2f0595e5b0f99179e03038e00e5d5053 | |
parent | e3c8bd7b37858392f3f0502c07d76888c390f62e (diff) | |
parent | dcba53b40beb46560b5c8b0886359069991be295 (diff) |
Merge pull request #9387 from neheb/v4l23
libv4l: Add missing INTL dependency
-rw-r--r-- | libs/libv4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index 23b891a3d..7b617e63a 100644 --- a/libs/libv4l/Makefile +++ b/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 |