1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-01 03:06:59 +01:00

17 lines
377 B
Makefile
Raw Normal View History

#############################################################
#
# librem
#
#############################################################
LIBREM_VERSION = 2.7.0
LIBREM_SOURCE = v$(LIBREM_VERSION).tar.gz
LIBREM_SITE = https://github.com/baresip/rem/archive
LIBREM_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_LIBRE),y)
LIBREM_DEPENDENCIES += libre
endif
$(eval $(cmake-package))