aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-18 04:29:09 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-18 04:29:09 +0200
commitcbd62bda0252c919556b733e3db94fa431dbc29a (patch)
tree6290303f3e9d6ad1b03bfff3b04b967323c3c03e /project.conf
parent32a194dec5cf807a71e689ce9b51f269890d8b4b (diff)
Fix for wayland
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf7
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