mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +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
|
pkg_check_modules(RENDERER_EGL_PKGCONFIG REQUIRED
|
||||||
egl
|
egl
|
||||||
wayland-egl
|
wayland-egl
|
||||||
|
gl
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(renderer_egl STATIC
|
add_library(renderer_egl STATIC
|
||||||
|
Loading…
Reference in New Issue
Block a user