libwebsockets: new versions (#4764)
* libwebsockets: new versions both new versions fix a nasty bug leading to a hanging connection on connect. * ISAAC Server: Fix libwebsockets ISAAC server did hang in docker containers due to a bug in libwebsockets.
This commit is contained in:

committed by
Adam J. Stewart

parent
d929ea8102
commit
0d8b126d66
@@ -49,5 +49,5 @@ def root_cmakelists_dir(self):
|
||||
depends_on('libjpeg-turbo', type='link')
|
||||
depends_on('jansson', type='link')
|
||||
depends_on('boost@1.56:', type='link')
|
||||
depends_on('libwebsockets', type='link')
|
||||
depends_on('libwebsockets@2.1.1:', type='link')
|
||||
# depends_on('gstreamer@1.0', when='+gstreamer')
|
||||
|
Reference in New Issue
Block a user