diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-18 12:55:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-18 12:55:00 +0200 |
commit | 26c56565cc0573ce23eb8d172a6765bce1f657ce (patch) | |
tree | c4ceaacd336946acec12af5f2c5c4d2a78370744 /project.conf | |
parent | 506c271eafec23bf469caf6c29431191fa885e58 (diff) |
Separate glx and egl from window system to prepare for wayland
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 4 |
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 |