aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-03 20:43:08 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-03 20:43:08 +0100
commitb4c85910cee730cff1ab0d0ee2cfe6d03c10ef5a (patch)
tree1b244cf5c1af86b7b162af7af24cac474e09b691
parentfd63ac3626138514ccf62e3b9a1b52e7420a096f (diff)
-rw-r--r--TODO2
-rw-r--r--meson.build4
-rw-r--r--project.conf2
3 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 8c5c892..964e4ef 100644
--- a/TODO
+++ b/TODO
@@ -113,3 +113,5 @@ For keyboards that report supporting mice the keyboard grab will be delayed unti
See if there is any way around this.
Instead of installing gsr-global-hotkeys in flatpak use kms-server-proxy to launch gsr-global-hotkeys inside the flatpak with root, just like gsr-kms-server. This removes the need to update gsr-global-hotkeys everytime there is an update.
+
+Check if "modprobe uinput" is needed on some systems (old fedora?). \ No newline at end of file
diff --git a/meson.build b/meson.build
index 2e24abd..31347a1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.1.5', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.1.6', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])
@@ -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.1.2"', language: ['c', 'cpp'])
+add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.3"', language: ['c', 'cpp'])
executable(
meson.project_name(),
diff --git a/project.conf b/project.conf
index 3567083..6ae40d8 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gsr-ui"
type = "executable"
-version = "1.1.5"
+version = "1.1.6"
platforms = ["posix"]
[lang.cpp]