Commit 6c243d12 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

qtopia4: add option for STL support

parent ea536503
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -310,6 +310,12 @@ config BR2_PACKAGE_QTOPIA4_WEBKIT
	  Build the WebKit module.
	  If unsure, say n.

config BR2_PACKAGE_QTOPIA4_STL
	bool "STL support"
	help
	  Compile STL support.
	  If unsure, say n.

config BR2_PACKAGE_QTOPIA4_OPENSSL
	bool "Enable OpenSSL support"
	depends on BR2_PACKAGE_QTOPIA4_NETWORK
+6 −1
Original line number Diff line number Diff line
@@ -323,6 +323,12 @@ else
QTOPIA4_CONFIGURE+= -no-webkit
endif

ifeq ($(BR2_PACKAGE_QTOPIA4_STL),y)
QTOPIA4_CONFIGURE+= -stl
else
QTOPIA4_CONFIGURE+= -no-stl
endif

QTOPIA4_CONFIGURE:=$(strip $(subst ",, $(QTOPIA4_CONFIGURE)))
#"))
BR2_PACKAGE_QTOPIA4_EMB_PLATFORM:=$(strip $(subst ",, $(BR2_PACKAGE_QTOPIA4_EMB_PLATFORM)))
@@ -460,7 +466,6 @@ endif
		-embedded $(BR2_PACKAGE_QTOPIA4_EMB_PLATFORM) \
		$(QTOPIA4_QCONFIG_COMMAND) \
		$(QTOPIA4_CONFIGURE) \
		-no-stl \
		-no-cups \
		-no-nis \
		-no-accessibility \