Codebase list xapp / upstream/2.2.3 data / meson.build
upstream/2.2.3

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

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

1
2
3
4
5
6
if not app_lib_only
    install_data(['80xapp-gtk3-module.sh'],
      install_dir: join_paths(get_option('sysconfdir'), 'X11', 'xinit', 'xinitrc.d'),
      install_mode: 'rwxr-xr-x'
    )
endif