Include nls.mk in dependencies
authorTed Hess <thess@kitschensync.net>
Wed, 23 Jul 2014 20:59:43 +0000 (16:59 -0400)
committerTed Hess <thess@kitschensync.net>
Wed, 23 Jul 2014 20:59:43 +0000 (16:59 -0400)
Signed-off-by: Ted Hess <thess@kitschensync.net>
libs/libv4l/Makefile

index 25b67ed29462b37a79795b2fccc160c300eb0650..86121dc17f38d8cc0c9fc014f77c7edae40c40ac 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=v4l-utils
 PKG_VERSION:=1.2.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.linuxtv.org/downloads/v4l-utils
@@ -25,6 +25,7 @@ PKG_BUILD_DEPENDS:=argp-standalone
 
 include $(INCLUDE_DIR)/uclibc++.mk
 include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
 
 define Package/libv4l/Default
   TITLE:=Video 4 Linux
@@ -51,7 +52,7 @@ define Package/libv4l
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE+= wrapper libraries
-  DEPENDS := +libpthread +librt
+  DEPENDS := +libpthread +librt $(ICONV_DEPENDS)
 endef
 
 define Package/libv4l/description
@@ -63,7 +64,7 @@ define Package/v4l-utils
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE+= utilities
-  DEPENDS := +libv4l $(CXX_DEPENDS)
+  DEPENDS := +libv4l $(CXX_DEPENDS) $(ICONV_DEPENDS)
 endef
 
 define Package/v4l-utils/description