From cdd2ab9b78c6b108c0513c6efa0715a2e804f180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 19 Sep 2014 09:46:55 +0200 Subject: [PATCH] Do not install Server library It's not yet used by KWin, so we don't need to expose it yet. This gives us more time to fine tune the API. --- src/wayland/CMakeLists.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/wayland/CMakeLists.txt b/src/wayland/CMakeLists.txt index 7f8629f982..066d564507 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -30,16 +30,16 @@ set_target_properties(KF5WaylandServer PROPERTIES VERSION ${KWAYLAND_VERSION_S EXPORT_NAME WaylandServer ) -install(TARGETS KF5WaylandServer EXPORT KF5WaylandTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) - -install(FILES - ${CMAKE_CURRENT_BINARY_DIR}/kwaylandserver_export.h - buffer_interface.h - compositor_interface.h - display.h - output_interface.h - seat_interface.h - shell_interface.h - surface_interface.h - DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KWayland/Server COMPONENT Devel -) +# install(TARGETS KF5WaylandServer EXPORT KF5WaylandTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) +# +# install(FILES +# ${CMAKE_CURRENT_BINARY_DIR}/kwaylandserver_export.h +# buffer_interface.h +# compositor_interface.h +# display.h +# output_interface.h +# seat_interface.h +# shell_interface.h +# surface_interface.h +# DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KWayland/Server COMPONENT Devel +# )