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>
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
extension_data += configure_file(
|
|
input: metadata_name + '.in',
|
|
output: metadata_name,
|
|
configuration: metadata_conf
|
|
)
|
|
|
|
# extension_data += files('stylesheet.css')
|
|
# extension_sources += files('prefs.js')
|
|
# extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|