ISAAC Server: Less Strict Deps (#4481)

The dependencies of the server packages were overly strict and pulled in too many dependencies.
This fixes it.
This commit is contained in:
Axel Huebl 2017-06-12 16:01:17 +02:00 committed by Massimiliano Culpo
parent f127c4ed27
commit ab9155eb37

View File

@ -45,6 +45,8 @@ def root_cmakelists_dir(self):
# 'Support for RTP streams, e.g. to Twitch or Youtube')
depends_on('cmake@3.3:', type='build')
depends_on('isaac')
depends_on('libwebsockets')
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('gstreamer@1.0', when='+gstreamer')