summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-09 15:46:21 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-09 15:46:21 +0100
commit4fdb9191e8b349a277b9b6a5ae66fddb6c7fdd90 (patch)
tree417b9be637e1e74a123fc903c613294f4b327b15
parentac41a50f4ecc06a03701c9203457de24a08ae644 (diff)
librtmp: Also put gnutls into dependency_libs1.2.3
-rw-r--r--recipes/librtmp/librtmp.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/librtmp/librtmp.recipe b/recipes/librtmp/librtmp.recipe
index 70708106..66fff121 100644
--- a/recipes/librtmp/librtmp.recipe
+++ b/recipes/librtmp/librtmp.recipe
@@ -28,7 +28,7 @@ class Recipe(recipe.Recipe):
self.make_install = 'make install SYS=%s prefix=$CERBERO_PREFIX CRYPTO=GNUTLS' % (system)
def post_install(self):
- deps = ['gcrypt']
+ deps = ['gcrypt', 'gnutls']
libtool_la = LibtoolLibrary('rtmp', 0, None, None, self.config.libdir,
self.config.target_platform, deps)
libtool_la.save()