patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 7da3bb451a5f1a797bc7e50a67c44dbd37ba60bf 961 bytes (raw)
name: tools/meson.build 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2024-2025 Alyssa Ross <hi@alyssa.is>

project('spectrum-tools', 'c',
  default_options : {
    'c_std': 'c23',
    'rust_std': '2018',
    'warning_level': '3',
  })

add_project_arguments('-Wno-error=attributes', language : 'c')
add_project_arguments('-Werror=missing-prototypes', language : 'c')
add_project_arguments('-Werror=missing-declarations', language : 'c')

if not get_option('unwind')
  add_project_arguments('-C', 'panic=abort', language : 'rust')
endif

if get_option('build')
  executable('lseek', 'lseek.c', c_args : '-D_XOPEN_SOURCE', install : true)
endif

if get_option('host')
  add_languages('rust')

  miniserde_dep = dependency('miniserde-rs')

  subdir('lsvm')
  subdir('start-vmm')
  subdir('sd-notify-adapter')
  subdir('updates-dir-check')
endif

if get_option('app')
  subdir('xdg-desktop-portal-spectrum')
endif

if get_option('driver')
  subdir('xdp-forwarder')
endif

debug log:

solving 7da3bb451a5f1a797bc7e50a67c44dbd37ba60bf ...
found 7da3bb451a5f1a797bc7e50a67c44dbd37ba60bf in https://inbox.spectrum-os.org/spectrum-devel/20251029-updates-v1-3-401c1be2a11b@gmail.com/
found 5d0ae81042fd3d77646594500f32cb1d48a6af0c in https://inbox.spectrum-os.org/spectrum-devel/20251003-udev-v4-1-7d7344b14d11@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20251107-udev-v6-1-176246281424@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20251103-udev-v6-1-704649b85d6d@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20251103-udev-v5-1-5c432ef1ddf8@gmail.com/
found 186008dbc9dd2b63adbce7475c375fb0de5c2c6a in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 186008dbc9dd2b63adbce7475c375fb0de5c2c6a	tools/meson.build

applying [1/2] https://inbox.spectrum-os.org/spectrum-devel/20251003-udev-v4-1-7d7344b14d11@gmail.com/
diff --git a/tools/meson.build b/tools/meson.build
index 186008dbc9dd2b63adbce7475c375fb0de5c2c6a..5d0ae81042fd3d77646594500f32cb1d48a6af0c 100644

Checking patch tools/meson.build...
Applied patch tools/meson.build cleanly.

skipping https://inbox.spectrum-os.org/spectrum-devel/20251107-udev-v6-1-176246281424@gmail.com/ for 5d0ae81042fd3d77646594500f32cb1d48a6af0c
skipping https://inbox.spectrum-os.org/spectrum-devel/20251103-udev-v6-1-704649b85d6d@gmail.com/ for 5d0ae81042fd3d77646594500f32cb1d48a6af0c
skipping https://inbox.spectrum-os.org/spectrum-devel/20251103-udev-v5-1-5c432ef1ddf8@gmail.com/ for 5d0ae81042fd3d77646594500f32cb1d48a6af0c
index at:
100644 5d0ae81042fd3d77646594500f32cb1d48a6af0c	tools/meson.build

applying [2/2] https://inbox.spectrum-os.org/spectrum-devel/20251029-updates-v1-3-401c1be2a11b@gmail.com/
diff --git a/tools/meson.build b/tools/meson.build
index 5d0ae81042fd3d77646594500f32cb1d48a6af0c..7da3bb451a5f1a797bc7e50a67c44dbd37ba60bf 100644

Checking patch tools/meson.build...
Applied patch tools/meson.build cleanly.

index at:
100644 7da3bb451a5f1a797bc7e50a67c44dbd37ba60bf	tools/meson.build

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).