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 bc9b3b6..9c58c71 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "1.3.2" +version = "3.0.0" platforms = ["posix"] [config] @@ -11,4 +11,7 @@ error_on_warning = "true" gtk+-3.0 = "3" x11 = "1" xrandr = "1" -libpulse = ">=13"
\ No newline at end of file +libpulse = ">=13" +libdrm = ">=2" +wayland-egl = ">=15" +wayland-client = ">=1"
\ No newline at end of file |