File: meson.build

package info (click to toggle)
xapp 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,688 kB
  • sloc: ansic: 11,268; python: 1,463; xml: 258; sh: 22; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

if not app_lib_only

    if get_option('debian_derivative')

      install_data(['80xapp-gtk3-module.sh'],
             rename : ['80xapp-gtk3-module'],
             install_dir: join_paths(get_option('sysconfdir'), 'X11', 'Xsession.d'))
    else

      install_data(['80xapp-gtk3-module.sh'],
        install_dir: join_paths(get_option('sysconfdir'), 'X11', 'xinit', 'xinitrc.d'),
        install_mode: 'rwxr-xr-x')

    endif
endif