Move backends/ to plugins/platforms/
Summary: Source code reorganization: The base class AbstractBackend got renamed to Platform, thus the "backends" are "platforms" now. As they are plugins they should go together with other KWin plugins which are nowadays in the folder plugins. So new location is plugins/platforms/ Reviewers: #plasma, sebas Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1353
This commit is contained in:
parent
390bad1ed8
commit
2bff90976e
71 changed files with 2 additions and 2 deletions
|
@ -574,7 +574,6 @@ target_link_libraries(kwin_wayland kwin)
|
|||
|
||||
install(TARGETS kwin_wayland ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
||||
|
||||
add_subdirectory(backends)
|
||||
add_subdirectory(plugins)
|
||||
|
||||
########### install files ###############
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_definitions(-DKWINBACKENDPATH="${CMAKE_BINARY_DIR}/backends/virtual/KWinWaylandVirtualBackend.so")
|
||||
add_definitions(-DKWINBACKENDPATH="${CMAKE_BINARY_DIR}/plugins/platforms/virtual/KWinWaylandVirtualBackend.so")
|
||||
add_definitions(-DKWINQPAPATH="${CMAKE_BINARY_DIR}/plugins/qpa/")
|
||||
########################################################
|
||||
# Test Start
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
add_subdirectory(kglobalaccel)
|
||||
add_subdirectory(qpa)
|
||||
add_subdirectory(idletime)
|
||||
add_subdirectory(platforms)
|
||||
|
|
Loading…
Reference in a new issue