The only reason for installing empty stylesheets is minimizing build system differences between extensions. That's not a very good reason and we don't do this for other optional files like schemas. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/223>
7 lines
166 B
Meson
7 lines
166 B
Meson
extension_data += configure_file(
|
|
input: metadata_name + '.in',
|
|
output: metadata_name,
|
|
configuration: metadata_conf
|
|
)
|
|
extension_data += files('stylesheet.css')
|