Codebase list xapp / 4aa129f5-5cbc-4e02-b476-49ea835e40ee/main data / meson.build
4aa129f5-5cbc-4e02-b476-49ea835e40ee/main

Tree @4aa129f5-5cbc-4e02-b476-49ea835e40ee/main (Download .tar.gz)

meson.build @4aa129f5-5cbc-4e02-b476-49ea835e40ee/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