gimp/themes/meson.build

12 lines
154 B
Meson

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