mesonbuild/meson
dependency-specific keywords to dependency() are always accepted
Open
#3,650 opened on May 31, 2018
bugdependenciesgood first issue
Repository metrics
- Stars
- (4,978 stars)
- PR merge metrics
- (Avg merge 139d 13h) (51 merged PRs in 30d)
Description
e.g.
dependency('zlib', modules: ['cheese'], optional_modules: ['bread'], main: true, static: false)
is considered valid, at the moment.