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