mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
Add support for version 2 of the xdg-output protocol
This commit is contained in:
parent
f1fcc685b6
commit
63fd2203fe
2 changed files with 18 additions and 4 deletions
|
|
@ -49,7 +49,7 @@ add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
|
|||
wayland_server = dependency('wayland-server')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_egl = dependency('wayland-egl')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.12')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
egl = dependency('egl')
|
||||
glesv2 = dependency('glesv2')
|
||||
drm = dependency('libdrm')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue