|
@@ -27,7 +27,8 @@ LIBV4L_DEPENDENCIES += alsa-lib
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
|
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
|
-LIBV4L_DEPENDENCIES += argp-standalone
|
|
|
|
|
|
+LIBV4L_DEPENDENCIES += argp-standalone $(TARGET_NLS_DEPENDENCIES)
|
|
|
|
+LIBV4L_CONF_ENV += LIBS=$(TARGET_NLS_LIBS)
|
|
endif
|
|
endif
|
|
|
|
|
|
LIBV4L_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|
LIBV4L_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|