mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
Generate wayland code with PRIVATE_CODE
This commit is contained in:
@@ -40,7 +40,11 @@ if (Qt6_VERSION VERSION_LESS "6.7.1")
|
||||
BASENAME zkde-screencast-unstable-v1
|
||||
)
|
||||
else()
|
||||
if (Qt6_VERSION VERSION_GREATER_EQUAL "6.8.0")
|
||||
set(private_code_option "PRIVATE_CODE")
|
||||
endif()
|
||||
qt6_generate_wayland_protocol_client_sources(krfb_framebuffer_pw
|
||||
${private_code_option}
|
||||
FILES ${PLASMA_WAYLAND_PROTOCOLS_DIR}/screencast.xml
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user