diff options
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" |