diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/project.conf b/project.conf index 23092af..a27e80a 100644 --- a/project.conf +++ b/project.conf @@ -1,12 +1,16 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "3.0.0" +version = "5.5.1" platforms = ["posix"] [config] -ignore_dirs = ["kms/server"] -error_on_warning = "true" +ignore_dirs = ["kms/server", "build", "debug-build"] +#error_on_warning = "true" + +[define] +GSR_PORTAL = "1" +GSR_APP_AUDIO = "1" [dependencies] libavcodec = ">=58" @@ -15,11 +19,18 @@ libavutil = ">=56.2" x11 = ">=1" xcomposite = ">=0.2" xrandr = ">=1" +xfixes = ">=2" +xdamage = ">=1" libpulse = ">=13" libswresample = ">=3" libavfilter = ">=5" libva = ">=1" +libva-drm = ">=1" libcap = ">=2" libdrm = ">=2" wayland-egl = ">=15" wayland-client = ">=1" +dbus-1 = ">=1" +libpipewire-0.3 = ">=1" +libspa-0.2 = ">=0" +vulkan = ">=1" |