aboutsummaryrefslogtreecommitdiffhomepage
path: root/project.conf
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-16 13:13:41 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-16 13:13:41 +0300
commitecc949ce290ea5770c8abc4abc973ff072b9b033 (patch)
treecd22dd66836fcbc2d9f14c03813dfbbe7e75e94e /project.conf
parentff8c3b1dd6fbd7107867e0cef6556e52c7ede6cb (diff)
parent3bdc117b311b787b85e2ab6af1b3d63fcef00e49 (diff)
Merge tag '5.15.1' of https://repo.dec05eba.com/gpu-screen-recorder
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 40ae00e..26b995e 100644
--- a/project.conf
+++ b/project.conf
@@ -1,9 +1,12 @@
[package]
name = "gpu-screen-recorder"
type = "executable"
-version = "5.14.1"
+version = "5.15.1"
platforms = ["posix"]
+[lang.cpp]
+version = "c++17"
+
[config]
ignore_dirs = ["kms/server", "build", "debug-build", "plugin/examples"]
#error_on_warning = "true"
@@ -11,6 +14,7 @@ ignore_dirs = ["kms/server", "build", "debug-build", "plugin/examples"]
[define]
GSR_PORTAL = "1"
GSR_APP_AUDIO = "1"
+GSR_DBUS = "1"
[dependencies]
libavcodec = ">=58"