aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-17 22:27:14 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-18 02:14:27 +0200
commit0a2806972f51109024a114a1c8ad5396e9d535c7 (patch)
tree6db01b3f6606a51ca9ef7c1299c5f0b9c452d090 /project.conf
parent93225fbc3bfe577adcfe91cce6ab87dfea6b0ff3 (diff)
Experimental wayland support, test 1
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/project.conf b/project.conf
index 3871cad..731f7c0 100644
--- a/project.conf
+++ b/project.conf
@@ -1,11 +1,12 @@
[package]
name = "gpu-screen-recorder"
type = "executable"
-version = "2.1.0"
+version = "3.0.0"
platforms = ["posix"]
[config]
ignore_dirs = ["kms/server"]
+error_on_warning = "true"
[dependencies]
libavcodec = ">=58"
@@ -20,4 +21,6 @@ libavfilter = ">=5"
libva = ">=1"
libcap = ">=2"
xfixes = ">=2"
-libdrm = ">=2" \ No newline at end of file
+libdrm = ">=2"
+wayland-egl = ">=15"
+wayland-client = ">=1"