|
@@ -10,6 +10,7 @@ LIBV4L_SITE = https://linuxtv.org/downloads/v4l-utils
|
|
|
LIBV4L_INSTALL_STAGING = YES
|
|
|
LIBV4L_DEPENDENCIES = host-pkgconf
|
|
|
LIBV4L_CONF_OPTS = -Ddoxygen-doc=disabled -Dqvidcap=disabled -Dv4l2-tracer=disabled
|
|
|
+LIBV4L_LDFLAGS = $(TARGET_LDFLAGS)
|
|
|
|
|
|
# v4l-utils components have different licences, see v4l-utils.spec for details
|
|
|
LIBV4L_LICENSE = GPL-2.0+ (utilities), LGPL-2.1+ (libraries)
|
|
@@ -21,7 +22,7 @@ endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
|
|
LIBV4L_DEPENDENCIES += argp-standalone $(TARGET_NLS_DEPENDENCIES)
|
|
|
-LIBV4L_CONF_ENV += LIBS=$(TARGET_NLS_LIBS)
|
|
|
+LIBV4L_LDFLAGS += $(TARGET_NLS_LIBS)
|
|
|
endif
|
|
|
|
|
|
LIBV4L_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|