projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec99c3a
)
package/libv4l: drop QT5_VERSION_LATEST logic
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 26 Feb 2020 14:46:07 +0000
(15:46 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 27 Feb 2020 22:56:00 +0000
(23:56 +0100)
Now that the version selection has been removed.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libv4l/libv4l.mk
patch
|
blob
|
history
diff --git
a/package/libv4l/libv4l.mk
b/package/libv4l/libv4l.mk
index a3bf099221fa43e922796ed2ae3d711215e2530f..e095e3d7e186fcd9ba067880071e7dd971217482 100644
(file)
--- a/
package/libv4l/libv4l.mk
+++ b/
package/libv4l/libv4l.mk
@@
-70,9
+70,7
@@
LIBV4L_CONF_ENV += \
ac_cv_prog_RCC=$(HOST_DIR)/bin/rcc \
ac_cv_prog_UIC=$(HOST_DIR)/bin/uic
# qt5 needs c++11 (since qt-5.7)
-ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
LIBV4L_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11"
-endif
else
LIBV4L_CONF_OPTS += --disable-qv4l2
endif