aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf15
1 files changed, 11 insertions, 4 deletions
diff --git a/project.conf b/project.conf
index a7e2757..6b107b0 100644
--- a/project.conf
+++ b/project.conf
@@ -1,12 +1,15 @@
[package]
name = "gpu-screen-recorder"
type = "executable"
-version = "3.8.0"
+version = "4.1.11"
platforms = ["posix"]
[config]
ignore_dirs = ["kms/server", "build"]
-error_on_warning = "true"
+#error_on_warning = "true"
+
+[define]
+GSR_PORTAL = "1"
[dependencies]
libavcodec = ">=58"
@@ -17,12 +20,16 @@ xcomposite = ">=0.2"
xrandr = ">=1"
xfixes = ">=2"
xdamage = ">=1"
-xi = ">=1"
libpulse = ">=13"
libswresample = ">=3"
libavfilter = ">=5"
libva = ">=1"
+libva-drm = ">=1"
libcap = ">=2"
libdrm = ">=2"
wayland-egl = ">=15"
-wayland-client = ">=1" \ No newline at end of file
+wayland-client = ">=1"
+dbus-1 = ">=1"
+libpipewire-0.3 = ">=1"
+libspa-0.2 = ">=0"
+#vulkan = ">=1" \ No newline at end of file