From 048b8d21ecbd1168ff8e033b12cbfd66bba0127c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 15 Jul 2024 18:57:33 +0200 Subject: Add support for desktop portal capture (-w portal) --- project.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index a7e2757..a7291b2 100644 --- a/project.conf +++ b/project.conf @@ -6,7 +6,10 @@ platforms = ["posix"] [config] ignore_dirs = ["kms/server", "build"] -error_on_warning = "true" +#error_on_warning = "true" + +[define] +GSR_PORTAL = "1" [dependencies] libavcodec = ">=58" @@ -25,4 +28,7 @@ libva = ">=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" -- cgit v1.2.3