netcdf-cxx4: Add 'doxygen' dependency.

This commit is contained in:
t-karatsu 2020-06-01 14:58:53 +09:00 committed by Peter Scheibel
parent 4387975556
commit 9741de504f

View File

@ -32,6 +32,7 @@ class NetcdfCxx4(AutotoolsPackage):
depends_on('autoconf', type='build')
depends_on('libtool', type='build')
depends_on('m4', type='build')
depends_on('doxygen', when='+doxygen', type='build')
conflicts('~shared', when='~static')