Codebase list xapp / 72876f0e-7b82-4cb4-b809-866057c0d96f/main data / meson.build
72876f0e-7b82-4cb4-b809-866057c0d96f/main

Tree @72876f0e-7b82-4cb4-b809-866057c0d96f/main (Download .tar.gz)

meson.build @72876f0e-7b82-4cb4-b809-866057c0d96f/mainraw · 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