diff options
Diffstat (limited to 'package/libnice/libnice.mk')
-rw-r--r-- | package/libnice/libnice.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libnice/libnice.mk b/package/libnice/libnice.mk index 68f5eaef59..3df596a867 100644 --- a/package/libnice/libnice.mk +++ b/package/libnice/libnice.mk @@ -4,12 +4,14 @@ # ################################################################################ -LIBNICE_VERSION = 0.1.8 +LIBNICE_VERSION = 0.1.13 LIBNICE_SITE = http://nice.freedesktop.org/releases LIBNICE_LICENSE = MPLv1.1 or LGPLv2.1 LIBNICE_LICENSE_FILES = COPYING COPYING.MPL COPYING.LGPL LIBNICE_DEPENDENCIES = 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 \ |