Now that the overview is available again in the classic session, the window picker that used to replace it is unused. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/287>
17 lines
461 B
Meson
17 lines
461 B
Meson
# SPDX-FileCopyrightText: 2017 Florian Müllner <fmuellner@gnome.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
extension_data += configure_file(
|
|
input: metadata_name + '.in',
|
|
output: metadata_name,
|
|
configuration: metadata_conf
|
|
)
|
|
extension_data += files(
|
|
'stylesheet-dark.css',
|
|
'stylesheet-light.css'
|
|
)
|
|
|
|
extension_sources += files('prefs.js', 'workspaceIndicator.js')
|
|
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|