From 4fdb9191e8b349a277b9b6a5ae66fddb6c7fdd90 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 9 Feb 2014 15:46:21 +0100 Subject: librtmp: Also put gnutls into dependency_libs --- recipes/librtmp/librtmp.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3