summaryrefslogtreecommitdiff
path: root/recipes/libnice.recipe
diff options
context:
space:
mode:
authorRobert Swain <robert.swain@ericsson.com>2015-04-27 23:39:21 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-04-28 10:10:06 +0200
commitd19ae69a7dc8ec464cdf27d37e92a664d42d5f78 (patch)
treec3df8c9160f25770ad55dd361f5222ac6e249eab /recipes/libnice.recipe
parent075de885807226775d66b3f308a9050b28ac322f (diff)
libnice: Apply build fix patches from upstream
Diffstat (limited to 'recipes/libnice.recipe')
-rw-r--r--recipes/libnice.recipe7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/libnice.recipe b/recipes/libnice.recipe
index e22ad9a1..3a870d50 100644
--- a/recipes/libnice.recipe
+++ b/recipes/libnice.recipe
@@ -11,6 +11,13 @@ class Recipe(recipe.Recipe):
--disable-gtk-doc'
deps = ['glib', 'gtk-doc-lite', 'gstreamer-1.0']
autoreconf = True
+ patches = [
+ 'libnice/0001-examples-Make-them-built-on-non-win32-with-GLib-2.36.patch',
+ 'libnice/0002-stun-Add-missing-casts-to-unit-tests.patch',
+ 'libnice/0003-agent-Move-utility-function-outside-ifdef.patch',
+ 'libnice/0004-agent-Add-a-missing-cast-when-compiling-without-HAVE.patch',
+ 'libnice/0005-agent-Fix-a-utility-function-being-defined-unnecessa.patch'
+ ]
files_bins = ['stunbdc', 'stund']
files_libs = ['libnice']