mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-12 22:22:09 -04:00
It is not a meson project, but we can use the patch_directory key to
overlay a meson.build file over the git checkout. It uses
meson.override_find_program so that in flatpak, a call to
find_program('variant-schema-compiler') will find the program.
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
# SPDX-FileCopyrightText: Copyright 2026 Red Hat, Inc.
|
|
|
|
[wrap-git]
|
|
url = https://gitlab.gnome.org/alexl/variant-schema-compiler.git
|
|
revision = 4c18b9ef404bb97ba4cfd1312f9de7cffea62334
|
|
depth = 1
|
|
patch_directory = variant-schema-compiler
|
|
|
|
[provide]
|
|
program_names = variant-schema-compiler
|