summaryrefslogtreecommitdiffstats
path: root/package/libv4l
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-02-06 16:11:16 +0100
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2019-02-06 16:31:24 +0100
commitdda04ad608c6e9e42a287ec614dfc2adc0198ac5 (patch)
tree48ccbbce4d193d46369b61026e44e94a6bc9e315 /package/libv4l
parent0f32ed723e93073e77eb42fb7c886f37c4d17326 (diff)
downloadbuildroot-dda04ad608c6e9e42a287ec614dfc2adc0198ac5.tar.gz
buildroot-dda04ad608c6e9e42a287ec614dfc2adc0198ac5.zip
package/libv4l: remove qt support
Now that Qt4 is removed, the support in libv4l can be removed as well. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/libv4l')
-rw-r--r--package/libv4l/libv4l.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/libv4l/libv4l.mk b/package/libv4l/libv4l.mk
index 6df69c19f0..71011d9102 100644
--- a/package/libv4l/libv4l.mk
+++ b/package/libv4l/libv4l.mk
@@ -73,9 +73,6 @@ LIBV4L_CONF_ENV += \
ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
LIBV4L_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11"
endif
-else ifeq ($(BR2_PACKAGE_QT_OPENGL_GL_DESKTOP),y)
-LIBV4L_CONF_OPTS += --enable-qv4l2
-LIBV4L_DEPENDENCIES += qt
else
LIBV4L_CONF_OPTS += --disable-qv4l2
endif
OpenPOWER on IntegriCloud