1
0
Fork 0
gimp/themes/meson.build
Daniel Baumann 554424e00a
Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 00:14:50 +02:00

13 lines
189 B
Meson

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