aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-15 18:57:33 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-15 19:02:34 +0200
commit048b8d21ecbd1168ff8e033b12cbfd66bba0127c (patch)
treef536c35090a6ed78803d064c0784370a2424ca7a /project.conf
parentc447a9a35f51815db307e5d58630040cd63ad4b7 (diff)
Add support for desktop portal capture (-w portal)
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf10
1 files changed, 8 insertions, 2 deletions
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"