Codebase list xapp / 0533a28 data / meson.build
0533a28

Tree @0533a28 (Download .tar.gz)

meson.build @0533a28raw · 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