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.
16 lines
354 B
16 lines
354 B
set(FBDEV_SOURCES |
|
fb_backend.cpp |
|
logging.cpp |
|
scene_qpainter_fb_backend.cpp |
|
screens_fb.cpp |
|
) |
|
|
|
add_library(KWinWaylandFbdevBackend MODULE ${FBDEV_SOURCES}) |
|
target_link_libraries(KWinWaylandFbdevBackend kwin) |
|
|
|
install( |
|
TARGETS |
|
KWinWaylandFbdevBackend |
|
DESTINATION |
|
${PLUGIN_INSTALL_DIR}/org.kde.kwin.waylandbackends/ |
|
)
|
|
|