f0ba468664
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>
8 lines
140 B
Meson
8 lines
140 B
Meson
config_js = configure_file(
|
|
input: 'config.js.in',
|
|
output: '@BASENAME@',
|
|
configuration: {
|
|
'PROFILE': get_option('profile'),
|
|
}
|
|
)
|