From 4a357d503e346dc2d6ae317c83ccd56732c96d44 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 26 Mar 2021 15:32:14 +0100 Subject: [PATCH] Fix typo --- src/wayland/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/CMakeLists.txt b/src/wayland/CMakeLists.txt index 96a2f5e1f1..ae0421531e 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -260,7 +260,7 @@ ecm_add_qtwayland_server_protocol_kde(SERVER_LIB_SRCS ) ecm_add_qtwayland_server_protocol_kde(SERVER_LIB_SRCS - PROTOCOL PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/screencast.xml + PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/screencast.xml BASENAME zkde-screencast-unstable-v1 )