Codebase list xapp / 6f68b318-b926-4eb8-9b74-943c1f6d8282/main data / meson.build
6f68b318-b926-4eb8-9b74-943c1f6d8282/main

Tree @6f68b318-b926-4eb8-9b74-943c1f6d8282/main (Download .tar.gz)

meson.build @6f68b318-b926-4eb8-9b74-943c1f6d8282/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