summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2013-10-07 11:20:23 +0200
committerSebastian Dröge <sebastian@centricular.com>2013-10-31 12:44:53 +0100
commit40d36bd1d2dd1e24bb06b66a502d71b775a2c509 (patch)
treec68c46542c56e59480379b772c18da8a47734ede
parent3b276d8182b6213593ca8d7cd648e2e7a649bceb (diff)
libvpx: Disable unit tests
They fail to build on (at least) macosx, and they're not needed to build the SDK properly
-rw-r--r--recipes/libvpx.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe
index d44fa5ef..bafeed45 100644
--- a/recipes/libvpx.recipe
+++ b/recipes/libvpx.recipe
@@ -12,7 +12,7 @@ class Recipe(recipe.Recipe):
url = 'http://webm.googlecode.com/files/libvpx-v1.2.0.tar.bz2'
configure_tpl = "%(config-sh)s --prefix=%(prefix)s "\
"--libdir=%(libdir)s %(options)s"
- configure_options = "--enable-pic --as=yasm "
+ configure_options = "--enable-pic --as=yasm --disable-unit-tests "
add_host_build_target = False
supports_cache_variables = False
can_use_configure_cache = False