|
@@ -55,6 +55,10 @@ endif
|
|
ifeq ($(BR2_PACKAGE_LIBV4L_UTILS),y)
|
|
ifeq ($(BR2_PACKAGE_LIBV4L_UTILS),y)
|
|
LIBV4L_CONF_OPTS += --enable-v4l-utils
|
|
LIBV4L_CONF_OPTS += --enable-v4l-utils
|
|
LIBV4L_DEPENDENCIES += $(TARGET_NLS_DEPENDENCIES)
|
|
LIBV4L_DEPENDENCIES += $(TARGET_NLS_DEPENDENCIES)
|
|
|
|
+
|
|
|
|
+# Disable clang that is used to build BPF (in-kernel bytecode machine) protocols
|
|
|
|
+LIBV4L_CONF_ENV += ac_cv_prog_CLANG=""
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_QT5BASE)$(BR2_PACKAGE_QT5BASE_GUI)$(BR2_PACKAGE_QT5BASE_WIDGETS),yyy)
|
|
ifeq ($(BR2_PACKAGE_QT5BASE)$(BR2_PACKAGE_QT5BASE_GUI)$(BR2_PACKAGE_QT5BASE_WIDGETS),yyy)
|
|
LIBV4L_CONF_OPTS += --enable-qv4l2
|
|
LIBV4L_CONF_OPTS += --enable-qv4l2
|
|
LIBV4L_DEPENDENCIES += qt5base
|
|
LIBV4L_DEPENDENCIES += qt5base
|