Initial commit
This commit is contained in:
commit
13b183cada
16 changed files with 557 additions and 0 deletions
14
budgie/meson.build
Normal file
14
budgie/meson.build
Normal file
|
@ -0,0 +1,14 @@
|
|||
schemas = [
|
||||
'com.solus-project.budgie-menu.gschema.override',
|
||||
'com.solus-project.icon-tasklist.gschema.override',
|
||||
'org.buddiesofbudgie.budgie-desktop-view.gschema.override',
|
||||
]
|
||||
|
||||
custom_target('10_budgie_settings.gschema.override',
|
||||
capture: true,
|
||||
command: ['cat', '@INPUT@'],
|
||||
input: schemas,
|
||||
install_dir: path_schema,
|
||||
install: true,
|
||||
output: '10_budgie_settings.gschema.override',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue