[client] egl: fix minor error in CMakeLists

This commit is contained in:
Geoffrey McRae 2019-03-28 15:01:52 +11:00
parent d5a52241b0
commit f09ee0bdb3
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
a12-114-g52c4e15c76+1
a12-115-gd5a52241b0+1

View File

@ -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