1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-18 21:00:46 +01:00

20 lines
435 B
Makefile
Raw Normal View History

#############################################################
#
# libre
#
#############################################################
LIBRE_VERSION = 2.7.0
2020-09-20 13:01:08 +02:00
LIBRE_SOURCE = v$(LIBRE_VERSION).tar.gz
LIBRE_SITE = https://github.com/baresip/re/archive
LIBRE_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_OPENSSL),y)
LIBRE_DEPENDENCIES += openssl
endif
ifeq ($(BR2_PACKAGE_ZLIB),y)
LIBRE_DEPENDENCIES += zlib
endif
$(eval $(cmake-package))