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.
This commit is contained in:
parent
e448b84a82
commit
cdd2ab9b78
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
# )
|
||||
|
|
Loading…
Reference in a new issue