summaryrefslogtreecommitdiffstats
path: root/data/autostart/meson.build
blob: 348a6c69994989542352353f0afccf908f3d9cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
autostart_files_conf = {
  'LIBEXECDIR': gdm_prefix / get_option('libexecdir'),
}

foreach autostart_file : [ 'orca-autostart.desktop' ]
  configure_file(
    input: autostart_file,
    output: autostart_file,
    configuration: autostart_files_conf,
    install_dir: get_option('datadir') / 'gdm' / 'greeter' / 'autostart',
  )
endforeach