mapserver: Add missing deps: giflib and postgresql (#26619)
This commit is contained in:
parent
d1f3279607
commit
260f4ca190
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user