mesonbuild/meson

dependency-specific keywords to dependency() are always accepted

Open

#3,650 opened on May 31, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)batch import
bugdependenciesgood first issue

Description

e.g.

dependency('zlib', modules: ['cheese'], optional_modules: ['bread'], main: true, static: false)

is considered valid, at the moment.

Contributor guide

dependency-specific keywords to dependency() are always accepted · mesonbuild/meson#3650 | Good First Issue