diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-15 18:57:33 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-15 19:02:34 +0200 |
commit | 048b8d21ecbd1168ff8e033b12cbfd66bba0127c (patch) | |
tree | f536c35090a6ed78803d064c0784370a2424ca7a /project.conf | |
parent | c447a9a35f51815db307e5d58630040cd63ad4b7 (diff) |
Add support for desktop portal capture (-w portal)
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 10 |
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" |