1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-12 08:56:25 +01:00
OpenVoiceOS/buildroot-external/package/libre/libre.mk
j1nx 71f8e6c00f The big catch up game - part2
Pushed for backup. DO NOT build this as of yet.
2022-09-25 18:44:08 +02:00

20 lines
435 B
Makefile

#############################################################
#
# libre
#
#############################################################
LIBRE_VERSION = 2.7.0
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))