Update flatpak version reference

This commit is contained in:
dec05eba
2025-12-04 20:16:53 +01:00
parent 2c2633ec58
commit 4717c64b03
2 changed files with 4 additions and 2 deletions

4
TODO
View File

@@ -246,4 +246,6 @@ Remove all mgl::Clock usage in Overlay. We only need to get the time once per up
Handle stopping replay/stream when recording is running (show notification that the video is saved and move the video to folder with game name). Handle stopping replay/stream when recording is running (show notification that the video is saved and move the video to folder with game name).
Support translations. Support translations.
Apply patch from email that adds support for launching screenshot image with external program, such as kolourpaint. Or implement simple video/image editing in gsr ui.

View File

@@ -66,7 +66,7 @@ datadir = get_option('datadir')
gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui') gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui')
add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp']) add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp'])
add_project_arguments('-DGSR_FLATPAK_VERSION="5.9.0"', language: ['c', 'cpp']) add_project_arguments('-DGSR_FLATPAK_VERSION="5.9.1"', language: ['c', 'cpp'])
executable( executable(
meson.project_name(), meson.project_name(),