gnome-shell/subprojects/extensions-app/js/misc/meson.build
Florian Müllner f0ba468664 extensions-app: Stop setting VERSION in config
We set it because it was referenced by (here unused) code
in ExtensionUtils. This changed in commit 4a0b0e26c7, so
stop setting it.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2844>
2023-07-23 15:36:10 +02:00

8 lines
140 B
Meson

config_js = configure_file(
input: 'config.js.in',
output: '@BASENAME@',
configuration: {
'PROFILE': get_option('profile'),
}
)