Commit 52b7e7cb authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

qt5base: add OpenSSL support

parent 3216dca0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ QT5BASE_CONFIGURE_OPTS += \
	-no-nis \
	-no-libudev \
	-no-iconv \
	-no-openssl \
	-no-fontconfig \
	-no-gif \
	-no-libpng \
@@ -82,6 +81,9 @@ else
QT5BASE_CONFIGURE_OPTS += -no-xcb
endif

QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_OPENSSL),-openssl,-no-openssl)
QT5BASE_DEPENDENCIES   += $(if $(BR2_PACKAGE_OPENSSL),openssl)

# Build the list of libraries to be installed on the target
QT5BASE_INSTALL_LIBS_y                                 += Qt5Core
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_NETWORK)    += Qt5Network