mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
libshout: add optional openssl support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e65cf4c4ff
commit
1442ff3c19
@ -28,4 +28,11 @@ else
|
|||||||
LIBSHOUT_CONF_OPTS += --disable-speex
|
LIBSHOUT_CONF_OPTS += --disable-speex
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
|
LIBSHOUT_CONF_OPTS += --with-openssl
|
||||||
|
LIBSHOUT_DEPENDENCIES += openssl
|
||||||
|
else
|
||||||
|
LIBSHOUT_CONF_OPTS += --without-openssl
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user