ncl package: require cairo with pdf support (#10465)
Needed after #10135
This commit is contained in:
parent
5ada4d9956
commit
e338f2c2c1
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user