mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
qt5base: add OpenSSL support
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3216dca03b
commit
52b7e7cbad
@ -28,7 +28,6 @@ QT5BASE_CONFIGURE_OPTS += \
|
|||||||
-no-nis \
|
-no-nis \
|
||||||
-no-libudev \
|
-no-libudev \
|
||||||
-no-iconv \
|
-no-iconv \
|
||||||
-no-openssl \
|
|
||||||
-no-fontconfig \
|
-no-fontconfig \
|
||||||
-no-gif \
|
-no-gif \
|
||||||
-no-libpng \
|
-no-libpng \
|
||||||
@ -82,6 +81,9 @@ else
|
|||||||
QT5BASE_CONFIGURE_OPTS += -no-xcb
|
QT5BASE_CONFIGURE_OPTS += -no-xcb
|
||||||
endif
|
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
|
# Build the list of libraries to be installed on the target
|
||||||
QT5BASE_INSTALL_LIBS_y += Qt5Core
|
QT5BASE_INSTALL_LIBS_y += Qt5Core
|
||||||
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_NETWORK) += Qt5Network
|
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_NETWORK) += Qt5Network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user