mesonbuild/meson

Allow setting name_prefix project-wide

Open

#2 467 ouverte le 10 oct. 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (1 465 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 978 stars)
Métriques de merge PR
 (Merge moyen 139j 13h) (51 PRs mergées en 30 j)

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.

Guide contributeur