mesonbuild/meson

Allow setting name_prefix project-wide

Open

#2,467 opened on Oct 10, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)batch import
enhancementhelp wanted

Description

Instead of setting it for each individual library in a project, which will end up being very verbose for projects like gstreamer plugins, it would be nice to be able to set it as a project option, maybe prefixed with "library_".

Individual libraries could override the project-wide setting by passing "name_prefix" as currently possible.

Contributor guide