gimp/themes/meson.build

15 lines
200 B
Meson

subdir('Default')
subdir('Compact')
themes = [
'Gray',
'System',
]
foreach theme : themes
install_data(
theme / 'gimp.css',
install_dir: gimpdatadir / 'themes' / theme,
)
endforeach