mapserver: Add missing deps: giflib and postgresql (#26619)

This commit is contained in:
Bernhard Kaindl 2021-10-11 21:04:18 +02:00 committed by GitHub
parent d1f3279607
commit 260f4ca190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,9 +35,11 @@ class Mapserver(CMakePackage):
depends_on('curl', when='+curl')
depends_on('geos')
depends_on('libxml2')
depends_on('giflib')
depends_on('gdal')
depends_on('swig', type='build')
depends_on('python', when='+python')
depends_on('postgresql')
depends_on('ruby', when='+ruby')
depends_on('java', when='+java')
depends_on('perl', when='+perl')