mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Add GL/EGL extension loader generator
This commit is contained in:
parent
543601e86c
commit
c0e5feea37
9 changed files with 143 additions and 77 deletions
|
|
@ -38,5 +38,5 @@ lib_wlr_backend = static_library(
|
|||
'wlr_backend',
|
||||
backend_files,
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_protos],
|
||||
dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_render, wlr_protos],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue