2564c3b321
ortp now depends on bctoolbox, which means we have to add the C++ dependency of bctoolbox to ortp and its reverse dependencies. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
451 B
Makefile
17 lines
451 B
Makefile
################################################################################
|
|
#
|
|
# ortp
|
|
#
|
|
################################################################################
|
|
|
|
ORTP_VERSION = 0.27.0
|
|
ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
|
|
|
|
ORTP_CONF_OPTS = --disable-strict
|
|
ORTP_INSTALL_STAGING = YES
|
|
ORTP_LICENSE = LGPLv2.1+
|
|
ORTP_LICENSE_FILES = COPYING
|
|
ORTP_DEPENDENCIES = bctoolbox
|
|
|
|
$(eval $(autotools-package))
|