Add GL/EGL extension loader generator

This commit is contained in:
Scott Anderson 2017-10-08 13:19:25 +13:00
parent 543601e86c
commit c0e5feea37
9 changed files with 143 additions and 77 deletions

View file

@ -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],
)