mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] egl: requires gl
This commit is contained in:
parent
3d136a28a0
commit
fdba14691c
@ -5,6 +5,7 @@ find_package(PkgConfig)
|
||||
pkg_check_modules(RENDERER_EGL_PKGCONFIG REQUIRED
|
||||
egl
|
||||
wayland-egl
|
||||
gl
|
||||
)
|
||||
|
||||
add_library(renderer_egl STATIC
|
||||
|
Loading…
Reference in New Issue
Block a user