mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libshout: add optional openssl support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -28,4 +28,11 @@ else
|
||||
LIBSHOUT_CONF_OPTS += --disable-speex
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LIBSHOUT_CONF_OPTS += --with-openssl
|
||||
LIBSHOUT_DEPENDENCIES += openssl
|
||||
else
|
||||
LIBSHOUT_CONF_OPTS += --without-openssl
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user