Do not find Wayland::Server

Not needed, we have the KWayland wrapper.
This commit is contained in:
Martin Gräßlin 2015-03-23 09:18:55 +01:00
parent 1de1e80d50
commit dce8e74eb0

View file

@ -123,7 +123,7 @@ set_package_properties(epoxy PROPERTIES DESCRIPTION "libepoxy"
PURPOSE "OpenGL dispatch library"
)
find_package(Wayland 1.2 COMPONENTS Client Egl Cursor Server)
find_package(Wayland 1.2 COMPONENTS Client Egl Cursor)
set_package_properties(Wayland PROPERTIES
TYPE OPTIONAL
PURPOSE "Required for building KWin with Wayland support"