16012f56ca
- 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>
18 lines
532 B
Makefile
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))
|