summaryrefslogtreecommitdiff
path: root/recipes/libnice.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libnice.recipe')
-rw-r--r--recipes/libnice.recipe5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/libnice.recipe b/recipes/libnice.recipe
index 4d7f424f..d5b1280d 100644
--- a/recipes/libnice.recipe
+++ b/recipes/libnice.recipe
@@ -2,7 +2,7 @@
class Recipe(recipe.Recipe):
name = 'libnice'
- version = '0.1.8'
+ version = '0.1.10'
stype = SourceType.TARBALL
url = 'http://nice.freedesktop.org/releases/%(name)s-%(version)s.tar.gz'
licenses = [License.LGPLv2_1Plus, License.MPLv1_1]
@@ -10,8 +10,7 @@ class Recipe(recipe.Recipe):
--without-gstreamer-0.10 --enable-compile-warnings=maximum \
--disable-gtk-doc'
deps = ['glib', 'gtk-doc-lite', 'gstreamer-1.0']
- patches = [name + '/libnice-add-win32-support.patch',
- name + '/libnice-fix-rand-bytes-redefinition.patch']
+ patches = [name + '/libnice-add-win32-support.patch']
autoreconf = True
files_bins = ['stunbdc', 'stund']