27ffc37668
Libadwaita includes a standard style class to distinguish nightly/development versions from regular instances, but we never to around applying it. Do that now. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2841>
9 lines
188 B
Meson
9 lines
188 B
Meson
config_js = configure_file(
|
|
input: 'config.js.in',
|
|
output: '@BASENAME@',
|
|
configuration: {
|
|
'GETTEXT_VERSION': meson.project_version(),
|
|
'PROFILE': get_option('profile'),
|
|
}
|
|
)
|