66e27b69bb
No longer used and not needed.
21 lines
483 B
CMake
21 lines
483 B
CMake
set(HWCOMPOSER_SOURCES
|
|
egl_hwcomposer_backend.cpp
|
|
hwcomposer_backend.cpp
|
|
logging.cpp
|
|
screens_hwcomposer.cpp
|
|
)
|
|
|
|
add_library(KWinWaylandHwcomposerBackend MODULE ${HWCOMPOSER_SOURCES})
|
|
target_link_libraries(KWinWaylandHwcomposerBackend
|
|
kwin
|
|
libhybris::libhardware
|
|
libhybris::hwcomposer
|
|
libhybris::hybriseglplatform
|
|
)
|
|
|
|
install(
|
|
TARGETS
|
|
KWinWaylandHwcomposerBackend
|
|
DESTINATION
|
|
${PLUGIN_INSTALL_DIR}/org.kde.kwin.waylandbackends/
|
|
)
|