gimp/themes/meson.build

13 lines
172 B
Meson

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