mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 13:07:54 +00:00
[client] egl: requires gl
This commit is contained in:
parent
3d136a28a0
commit
fdba14691c
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
a12-111-gdb398d41a0+1
|
||||
a12-112-g3d136a28a0+1
|
|
@ -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 a new issue