Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/qt5/qt5base: add custom configure options last
@ 2019-03-01  2:17 James Grant
  2019-03-01  2:17 ` [Buildroot] [PATCH 2/2] package/qt5/qt5base: exclude OpenSSL functionality for Qt 5.6.x James Grant
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: James Grant @ 2019-03-01  2:17 UTC (permalink / raw)
  To: buildroot

This allows all options set by Buildroot to be overridden.

Signed-off-by: James Grant <james.grant@jci.com>
---
 package/qt5/qt5base/qt5base.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 11c6684812..8c0f5f0c9f 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -296,6 +296,9 @@ define QT5BASE_CONFIGURE_HOSTCC
 	$(SED) 's,^QMAKE_CXX\s*=.*,QMAKE_CXX = $(HOSTCXX),' $(@D)/mkspecs/common/g++-base.conf
 endef
 
+# Must be last so can override all options set by Buildroot
+QT5BASE_CONFIGURE_OPTS += $(call qstrip,$(BR2_PACKAGE_QT5BASE_CUSTOM_CONF_OPTS))
+
 define QT5BASE_CONFIGURE_CMDS
 	mkdir -p $(@D)/mkspecs/devices/linux-buildroot-g++/
 	sed 's/@EGLFS_DEVICE@/$(QT5BASE_EGLFS_DEVICE)/g' \
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-01  9:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-01  2:17 [Buildroot] [PATCH 1/2] package/qt5/qt5base: add custom configure options last James Grant
2019-03-01  2:17 ` [Buildroot] [PATCH 2/2] package/qt5/qt5base: exclude OpenSSL functionality for Qt 5.6.x James Grant
2019-03-01  9:14   ` Peter Korsgaard
2019-03-01  7:28 ` [Buildroot] [PATCH 1/2] package/qt5/qt5base: add custom configure options last Thomas Petazzoni
2019-03-01  7:36   ` James Grant
2019-03-01  9:13 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox