mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:21:57 +00:00
[client] egl: fix minor error in CMakeLists
This commit is contained in:
parent
d5a52241b0
commit
f09ee0bdb3
2 changed files with 3 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
a12-114-g52c4e15c76+1
|
||||
a12-115-gd5a52241b0+1
|
|
@ -1,15 +1,14 @@
|
|||
cmake_minimum_required(VERSION 3.6)
|
||||
project(renderer_egl LANGUAGES C)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
include(MakeObject)
|
||||
|
||||
find_package(PkgConfig)
|
||||
pkg_check_modules(RENDERER_EGL_PKGCONFIG REQUIRED
|
||||
egl
|
||||
wayland-egl
|
||||
gl
|
||||
)
|
||||
|
||||
include(MakeObject)
|
||||
make_object(
|
||||
EGL_SHADER
|
||||
shader/desktop.vert
|
||||
|
|
Loading…
Reference in a new issue