diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/project.conf b/project.conf index 3871cad..731f7c0 100644 --- a/project.conf +++ b/project.conf @@ -1,11 +1,12 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "2.1.0" +version = "3.0.0" platforms = ["posix"] [config] ignore_dirs = ["kms/server"] +error_on_warning = "true" [dependencies] libavcodec = ">=58" @@ -20,4 +21,6 @@ libavfilter = ">=5" libva = ">=1" libcap = ">=2" xfixes = ">=2" -libdrm = ">=2"
\ No newline at end of file +libdrm = ">=2" +wayland-egl = ">=15" +wayland-client = ">=1" |