Initial checkin of Pika from heckimp
This commit is contained in:
17
data/brushes/meson.build
Normal file
17
data/brushes/meson.build
Normal file
@ -0,0 +1,17 @@
|
||||
brushes_types = [
|
||||
'Basic',
|
||||
'Fun',
|
||||
'Legacy',
|
||||
'Media',
|
||||
'Sketch',
|
||||
'Splatters',
|
||||
'Texture',
|
||||
]
|
||||
|
||||
foreach brushes_type : brushes_types
|
||||
subdir(brushes_type)
|
||||
install_data(
|
||||
brushes,
|
||||
install_dir: pikadatadir / 'brushes' / brushes_type,
|
||||
)
|
||||
endforeach
|
||||
Reference in New Issue
Block a user