13 lines
189 B
Meson
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
|