diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-20 15:35:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-20 15:35:18 +0200 |
commit | 96bcfaf25608af389256f319623376940c9d23c7 (patch) | |
tree | d8b55c34bef02a4c5bbebd484dbc605fa7548cab /meson.build | |
parent | d718c0c551570554a8367a1b372f9f722483e969 (diff) |
Disable steam deck support at the moment because the driver is broken (ignores qp, capture tearing)
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 50d1127..d3bf982 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.4', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.5', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |