meson.build
ASCII text
1foreach theme: themes 2plank_dir = join_paths(theme['dir'], 'plank') 3 4install_data( 5'dock.theme', 6install_dir: plank_dir, 7) 8endforeach 9
By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.
1foreach theme: themes 2plank_dir = join_paths(theme['dir'], 'plank') 3 4install_data( 5'dock.theme', 6install_dir: plank_dir, 7) 8endforeach 9