diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-02-09 15:46:21 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-02-09 15:46:21 +0100 |
commit | 4fdb9191e8b349a277b9b6a5ae66fddb6c7fdd90 (patch) | |
tree | 417b9be637e1e74a123fc903c613294f4b327b15 | |
parent | ac41a50f4ecc06a03701c9203457de24a08ae644 (diff) |
librtmp: Also put gnutls into dependency_libs1.2.3
-rw-r--r-- | recipes/librtmp/librtmp.recipe | 2 |
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() |