Skip to content
Snippets Groups Projects
Commit 4fdb9191 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

librtmp: Also put gnutls into dependency_libs

parent ac41a50f
No related branches found
Tags 1.2.3
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment