mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 13:48:36 +02:00
7 lines
186 B
Meson
7 lines
186 B
Meson
option(
|
|
'version-scripts',
|
|
choices: ['yes', 'no', 'auto'],
|
|
description: 'Enable GNU-version-scripts for linking',
|
|
type: 'combo',
|
|
value: 'auto',
|
|
)
|