From 0a2806972f51109024a114a1c8ad5396e9d535c7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 17 Jul 2023 22:27:14 +0200 Subject: Experimental wayland support, test 1 --- project.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'project.conf') 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" -- cgit v1.2.3