Find libepoxy

This commit is contained in:
Fredrik Höglund 2014-02-10 17:34:09 +01:00
parent 828a455fae
commit 01e1aef395

View file

@ -113,10 +113,17 @@ endif()
find_package(EGL)
set_package_properties(EGL PROPERTIES
TYPE REQUIRED
TYPE RUNTIME
PURPOSE "Required to build KWin with EGL support"
)
find_package(epoxy)
set_package_properties(epoxy PROPERTIES DESCRIPTION "libepoxy"
URL "http://github.com/anholt/libepoxy"
TYPE REQUIRED
PURPOSE "OpenGL dispatch library"
)
find_package(Wayland 1.2 COMPONENTS Client Egl Cursor)
set_package_properties(Wayland PROPERTIES
TYPE OPTIONAL