Codebase list xapp / upstream/1.8.7 scripts / meson.build
upstream/1.8.7

Tree @upstream/1.8.7 (Download .tar.gz)

meson.build @upstream/1.8.7raw · history · blame

1
2
3
4
5
scripts = files('pastebin', 'upload-system-info', 'xfce4-set-wallpaper')

install_data(scripts,
    install_dir: join_paths(get_option('prefix'), get_option('bindir')),
)