gnome-shell/subprojects/extensions-app/js/misc/meson.build
Florian Müllner 27ffc37668 extensions-app: Style development window
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>
2023-07-13 15:33:06 +00:00

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'),
}
)