diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project.conf b/project.conf index 63b03a0..776df96 100644 --- a/project.conf +++ b/project.conf @@ -1,15 +1,16 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "4.1.8" +version = "4.2.6" platforms = ["posix"] [config] -ignore_dirs = ["kms/server", "build"] +ignore_dirs = ["kms/server", "build", "debug-build"] #error_on_warning = "true" [define] GSR_PORTAL = "1" +GSR_APP_AUDIO = "1" [dependencies] libavcodec = ">=58" @@ -32,3 +33,4 @@ wayland-client = ">=1" dbus-1 = ">=1" libpipewire-0.3 = ">=1" libspa-0.2 = ">=0" +#vulkan = ">=1" |