File: meson.build

package info (click to toggle)
wf-shell 0.9.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,888 kB
  • sloc: cpp: 7,231; ansic: 6,258; xml: 732; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
project(
    'wayland-logout',
    'c',
    version: '1.0',
    license: 'MIT',
    meson_version: '>=0.55.0',
)

executable('wayland-logout', 'wayland-logout.c', install : true)

install_data('wayland-logout.1', install_dir :
    join_paths(get_option('prefix'), get_option('mandir'), 'man1'))