Gimp/data/brushes/meson.build
Félix Piédallu 65eff6f150 Meson port.
2019-09-11 16:42:04 +02:00

17 lines
265 B
Meson

brushes_types = [
'Basic',
'Fun',
'Legacy',
'Media',
'Sketch',
'Splatters',
'Texture',
]
foreach brushes_type : brushes_types
subdir(brushes_type)
install_data(
brushes,
install_dir: gimpdatadir / 'brushes' / brushes_type,
)
endforeach