• Home
  • Raw
  • Download

Lines Matching +full:meson +full:- +full:version

1 wayland_version = meson.project_version().split('.')
3 wayland_version_h.set('WAYLAND_VERSION', meson.project_version())
8 input: 'wayland-version.h.in',
9 output: 'wayland-version.h',
17 'wayland-util',
18 sources: 'wayland-util.c'
27 # wayland-scanner
39 'wayland-scanner',
41 c_args: [ '-include', 'config.h' ],
50 version: meson.project_version(),
53 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name()),
55 'wayland_scanner=${bindir}/wayland-scanner'
57 filebase: 'wayland-scanner'
61 if meson.is_cross_build() or not get_option('scanner')
62 scanner_dep = dependency('wayland-scanner', native: true, version: meson.project_version())
75 'wayland-private',
78 'wayland-os.c'
90 'scanner_args': ['server-header'],
91 'output': 'wayland-server-protocol.h',
95 'scanner_args': ['server-header', '-c'],
96 'output': 'wayland-server-protocol-core.h',
100 'scanner_args': ['client-header'],
101 'output': 'wayland-client-protocol.h',
105 'scanner_args': ['client-header', '-c'],
106 'output': 'wayland-client-protocol-core.h',
121 wayland_scanner_for_build, '-s', scanner_args,
136 wayland_scanner_for_build, '-s', 'public-code', '@INPUT@', '@OUTPUT@'
139 output: 'wayland-protocol.c'
143 'wayland-server',
148 'wayland-server.c',
149 'wayland-shm.c',
150 'event-loop.c'
152 version: '0.1.0',
179 version: meson.project_version(),
180 filebase: 'wayland-server',
183 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name())
188 'wayland-client',
193 'wayland-client.c'
195 version: '0.3.0',
211 version: meson.project_version(),
212 filebase: 'wayland-client',
215 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name())
229 'wayland-util.h',
230 'wayland-server.h',
231 'wayland-server-core.h',
232 'wayland-client.h',
233 'wayland-client-core.h',