mesonbuild/meson

Allow setting name_prefix project-wide

Open

#2.467 aberto em 10 de out. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (1.465 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (4.978 stars)
Métricas de merge de PR
 (Mesclagem média 139d 13h) (51 fundiu PRs em 30d)

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.

Guia do colaborador