Codebase list xapp / 5b230cf data / meson.build
5b230cf

Tree @5b230cf (Download .tar.gz)

meson.build @5b230cfraw · history · blame

xinitrc_dir = join_paths(get_option('sysconfdir'), 'X11', 'xinit', 'xinitrc.d')
filename = '80xapp-gtk3-module.sh'

install_data([filename],
  install_dir: xinitrc_dir
)

meson.add_install_script(join_paths(meson.source_root(), 'meson-scripts', 'module_xinit_fix_perms.py'),
  xinitrc_dir,
  filename
)