|
@@ -61,9 +61,7 @@ endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBV4L_UTILS),y)
|
|
|
LIBV4L_CONF_OPTS += --enable-v4l-utils
|
|
|
-ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
|
|
-LIBV4L_DEPENDENCIES += gettext
|
|
|
-endif
|
|
|
+LIBV4L_DEPENDENCIES += $(TARGET_NLS_DEPENDENCIES)
|
|
|
ifeq ($(BR2_PACKAGE_QT5BASE)$(BR2_PACKAGE_QT5BASE_GUI)$(BR2_PACKAGE_QT5BASE_WIDGETS),yyy)
|
|
|
LIBV4L_CONF_OPTS += --enable-qv4l2
|
|
|
LIBV4L_DEPENDENCIES += qt5base
|