mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 04:50:07 +01:00
meson: quote dist_version properly
This commit is contained in:
parent
121be232ad
commit
84a6010718
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ config_h.set_quoted('NM_CONFIG_DEFAULT_MAIN_PLUGINS', config_plugins_default)
|
|||
# Distribution version string
|
||||
dist_version = get_option('dist_version')
|
||||
if dist_version != ''
|
||||
config_h.set('NM_DIST_VERSION', dist_version)
|
||||
config_h.set_quoted('NM_DIST_VERSION', dist_version)
|
||||
endif
|
||||
|
||||
enable_wifi = get_option('wifi')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue