summaryrefslogtreecommitdiff
path: root/recipes/librtmp/librtmp.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/librtmp/librtmp.recipe')
-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()