mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-12-24 19:30:08 +01:00
flatpak: Build Flatpak using GNOME 42
So the old meson in the 3.36 runtime doesn't choke on: tests/meson.build:46:7: ERROR: Unknown method "project_source_root" in object.
This commit is contained in:
parent
96013a03c5
commit
b10baf02ea
2 changed files with 3 additions and 2 deletions
|
|
@ -136,7 +136,8 @@ test_unsupported_list:
|
|||
flatpak:
|
||||
stage: flatpak
|
||||
extends: .flatpak
|
||||
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.36
|
||||
# From https://gitlab.gnome.org/GNOME/gnome-runtime-images/container_registry
|
||||
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:42
|
||||
variables:
|
||||
MANIFEST_PATH: "demo/org.freedesktop.libfprint.Demo.json"
|
||||
FLATPAK_MODULE: "libfprint"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"app-id": "org.freedesktop.libfprint.Demo",
|
||||
"runtime": "org.gnome.Platform",
|
||||
"runtime-version": "3.36",
|
||||
"runtime-version": "42",
|
||||
"sdk": "org.gnome.Sdk",
|
||||
"command": "gtk-libfprint-test",
|
||||
"finish-args": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue