gimp/themes/meson.build

14 lines
189 B
Meson

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