Codebase list xapp / 6349e231-a3dc-44d6-be6d-5016c014532f/main data / meson.build
6349e231-a3dc-44d6-be6d-5016c014532f/main

Tree @6349e231-a3dc-44d6-be6d-5016c014532f/main (Download .tar.gz)

meson.build @6349e231-a3dc-44d6-be6d-5016c014532f/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