When installing the examples, this package cannot be used in its pre-build
archive form. But else it can. So disable this feature only on demand.

Signed-off-by: Juergen Beisert <j...@pengutronix.de>
---
 rules/qt4.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/qt4.make b/rules/qt4.make
index eca820b..6ba6392 100644
--- a/rules/qt4.make
+++ b/rules/qt4.make
@@ -26,6 +26,9 @@ QT4_SOURCE    := $(SRCDIR)/$(QT4).$(QT4_SUFFIX)
 QT4_DIR                := $(BUILDDIR)/$(QT4)
 QT4_BUILD_OOT  := YES
 QT4_LICENSE    := GPL3, LGPLv2.1
+ifdef PTXCONF_QT4_EXAMPLES
+QT4__DEVPKG    := NO
+endif
 
 # ----------------------------------------------------------------------------
 # Extract
-- 
1.8.5.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to