ncl package: require cairo with pdf support (#10465)

Needed after #10135
This commit is contained in:
Michael Kuhn 2019-01-30 20:10:08 +01:00 committed by Peter Scheibel
parent 5ada4d9956
commit e338f2c2c1

View File

@ -40,7 +40,7 @@ class Ncl(Package):
# Non-optional dependencies according to the manual:
depends_on('jpeg')
depends_on('netcdf')
depends_on('cairo+X')
depends_on('cairo+X+pdf')
# Extra dependencies that may be missing from build system:
depends_on('bison', type='build')