mesonbuild/meson
在 GitHub 查看dependency-specific keywords to dependency() are always accepted
Open
#3,650 建立於 2018年5月31日
bugdependenciesgood first issue
描述
e.g.
dependency('zlib', modules: ['cheese'], optional_modules: ['bread'], main: true, static: false)
is considered valid, at the moment.