File: meson.build

package info (click to toggle)
xwayland-run 0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 552; makefile: 6; sh: 6
file content (10 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
project('xwayland-run',
        version: '0.0.4',
        license: 'GPL-2.0-or-later',
        meson_version: '>= 0.60.0')

compositor = get_option('compositor')

subdir('src')
subdir('defaults')
subdir('man')