meson.build
ASCII text
1
foreach theme: themes
2
xfwm4_dir = join_paths(theme['dir'], 'xfwm4')
3
4
install_subdir(
5
'xfwm4' + theme['color'],
6
strip_directory: true,
7
install_dir: xfwm4_dir,
8
)
9
endforeach
10