kumquat-buildroot/package/libnice/libnice.mk
Fabrice Fontaine 16012f56ca libnice: bump to version 0.1.14
- Remove patch (already in version)
- Add gnutls mandatory dependency
- Add hash for license files

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-05-06 09:06:09 +02:00

18 lines
532 B
Makefile

################################################################################
#
# libnice
#
################################################################################
LIBNICE_VERSION = 0.1.14
LIBNICE_SITE = http://nice.freedesktop.org/releases
LIBNICE_LICENSE = MPL-1.1 or LGPL-2.1
LIBNICE_LICENSE_FILES = COPYING COPYING.MPL COPYING.LGPL
LIBNICE_DEPENDENCIES = gnutls libglib2 host-pkgconf
LIBNICE_INSTALL_STAGING = YES
LIBNICE_CONF_OPTS = \
--without-gstreamer \
--without-gstreamer-0.10
$(eval $(autotools-package))