aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-18 12:55:00 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-18 12:55:00 +0200
commit26c56565cc0573ce23eb8d172a6765bce1f657ce (patch)
treec4ceaacd336946acec12af5f2c5c4d2a78370744 /project.conf
parent506c271eafec23bf469caf6c29431191fa885e58 (diff)
Separate glx and egl from window system to prepare for wayland
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 8977367..e4ea76a 100644
--- a/project.conf
+++ b/project.conf
@@ -11,4 +11,6 @@ expose_include_dirs = ["include"]
[dependencies]
x11 = ">=0.5"
xrender = ">=0.5"
-xrandr = ">=0.5" \ No newline at end of file
+xrandr = ">=0.5"
+wayland-client = ">=1"
+wayland-egl = ">=15" \ No newline at end of file