Find libepoxy
This commit is contained in:
parent
828a455fae
commit
01e1aef395
1 changed files with 8 additions and 1 deletions
|
@ -113,10 +113,17 @@ endif()
|
||||||
|
|
||||||
find_package(EGL)
|
find_package(EGL)
|
||||||
set_package_properties(EGL PROPERTIES
|
set_package_properties(EGL PROPERTIES
|
||||||
TYPE REQUIRED
|
TYPE RUNTIME
|
||||||
PURPOSE "Required to build KWin with EGL support"
|
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)
|
find_package(Wayland 1.2 COMPONENTS Client Egl Cursor)
|
||||||
set_package_properties(Wayland PROPERTIES
|
set_package_properties(Wayland PROPERTIES
|
||||||
TYPE OPTIONAL
|
TYPE OPTIONAL
|
||||||
|
|
Loading…
Reference in a new issue