mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
8 lines
188 B
Meson
8 lines
188 B
Meson
config_js = configure_file(
|
|
input: 'config.js.in',
|
|
output: '@BASENAME@',
|
|
configuration: {
|
|
'GETTEXT_VERSION': meson.project_version(),
|
|
'PROFILE': get_option('profile'),
|
|
}
|
|
)
|