mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
b2561d0844
commit
16012f56ca
@@ -4,14 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBNICE_VERSION = 0.1.13
|
||||
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 = libglib2 host-pkgconf
|
||||
LIBNICE_DEPENDENCIES = gnutls libglib2 host-pkgconf
|
||||
LIBNICE_INSTALL_STAGING = YES
|
||||
# For 0001-configure-Fix-configure-failure-when-building-without-.patch
|
||||
LIBNICE_AUTORECONF = YES
|
||||
LIBNICE_CONF_OPTS = \
|
||||
--without-gstreamer \
|
||||
--without-gstreamer-0.10
|
||||
|
||||
Reference in New Issue
Block a user