1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/themes/meson.build

14 lines
189 B
Meson
Raw Permalink Normal View History

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