aboutsummaryrefslogtreecommitdiffhomepage
path: root/project.conf
diff options
context:
space:
mode:
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"