fedora-budgie-desktop-defaults/lightdm/meson.build

12 lines
280 B
Meson
Raw Permalink Normal View History

2023-02-04 19:38:07 +02:00
schemas = [
'x.dm.slick-greeter.gschema.override',
]
custom_target('90_budgie_lightdm.gschema.override',
2023-02-04 19:38:07 +02:00
capture: true,
command: ['cat', '@INPUT@'],
input: schemas,
install_dir: path_schema,
install: true,
output: '90_budgie_lightdm.gschema.override',
2023-02-04 19:38:07 +02:00
)