Codebase list xapp / ef5c42e data / meson.build
ef5c42e

Tree @ef5c42e (Download .tar.gz)

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