patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob e0c0a8554e3ceea48f378fcc13b7b02a60b09aee 597 bytes (raw)
name: tools/mount-flatpak/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
 
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2025 Alyssa Ross <hi@alyssa.is>

rust_lib = static_library('metadata', 'metadata.rs', rust_abi : 'c')

conf_data = configuration_data()
conf_data.set_quoted('CONFIG_PATH',
  get_option('prefix') / get_option('datadir') / 'spectrum/flatpak-config')
configure_file(output : 'config.h', configuration : conf_data)

executable('mount-flatpak', 'mount-flatpak.c',
  c_args : '-D_GNU_SOURCE',
  link_with : rust_lib,
  install : true)

install_data('config',
  rename : 'flatpak-config',
  install_dir : get_option('datadir') / 'spectrum')

debug log:

solving e0c0a85 ...
found e0c0a85 in https://inbox.spectrum-os.org/spectrum-devel/20251113120452.65711-1-hi@alyssa.is/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20251113120452.65711-1-hi@alyssa.is/
diff --git a/tools/mount-flatpak/meson.build b/tools/mount-flatpak/meson.build
new file mode 100644
index 0000000..e0c0a85

Checking patch tools/mount-flatpak/meson.build...
Applied patch tools/mount-flatpak/meson.build cleanly.

index at:
100644 e0c0a8554e3ceea48f378fcc13b7b02a60b09aee	tools/mount-flatpak/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/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

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).