NetworkManager/src/c-stdaux/meson_options.txt
Thomas Haller 42a70ce1d9
c-stdaux: re-import git-subtree for 'src/c-stdaux'
git subtree pull --prefix src/c-stdaux git@github.com:c-util/c-stdaux.git main --squash
2022-07-06 10:16:01 +02:00

7 lines
186 B
Meson

option(
'version-scripts',
choices: ['yes', 'no', 'auto'],
description: 'Enable GNU-version-scripts for linking',
type: 'combo',
value: 'auto',
)