gimp/themes/meson.build

13 lines
172 B
Meson
Raw Normal View History

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