Initial commit

This commit is contained in:
Joshua Strobl 2023-02-04 19:38:07 +02:00
commit 13b183cada
16 changed files with 557 additions and 0 deletions

12
lightdm/meson.build Normal file
View file

@ -0,0 +1,12 @@
schemas = [
'x.dm.slick-greeter.gschema.override',
]
custom_target('10_budgie_lightdm.gschema.override',
capture: true,
command: ['cat', '@INPUT@'],
input: schemas,
install_dir: path_schema,
install: true,
output: '10_budgie_lightdm.gschema.override',
)