You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
529 B
23 lines
529 B
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 |
|
libhybris::inputstack |
|
libhybris::sync |
|
) |
|
|
|
install( |
|
TARGETS |
|
KWinWaylandHwcomposerBackend |
|
DESTINATION |
|
${PLUGIN_INSTALL_DIR}/org.kde.kwin.waylandbackends/ |
|
)
|
|
|