gimp/themes/meson.build

12 lines
154 B
Meson
Raw Normal View History

2017-11-01 21:27:13 +08:00
themes = [
'System',
]
foreach theme : themes
install_data(
theme / 'gimp.css',
install_dir: gimpdatadir / 'themes' / theme,
)
endforeach