aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-23 21:49:07 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-23 21:49:07 +0100
commit5b84d7421f44c8bc00999071f2b3d46d238a9946 (patch)
treeb4cfc25421b4935dd55a5b191a83a6b04b2132ed /meson.build
parent1d9d4d6398e989d0628cb4dab0273293b79b4816 (diff)
Fix controller double click not working sometimes1.1.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a16933d..333ad48 100644
--- a/meson.build
+++ b/meson.build
@@ -52,7 +52,7 @@ datadir = get_option('datadir')
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_FLATPAK_VERSION="5.0.10"', language: ['c', 'cpp'])
+add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.0"', language: ['c', 'cpp'])
executable(
meson.project_name(),