From 58a6740e486806d8a8bb3e7dd68ae9b76b393884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 7 Nov 2016 13:34:08 +0100 Subject: [PATCH] Fix build - KWayland_SOURCE_DIR instead of KWAYLAND_SOURCE_DIR Change was prepared prior to project name change. Sorry about breaking. --- 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 f94cf483db..c59cbeb611 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -130,7 +130,7 @@ ecm_add_wayland_server_protocol(SERVER_LIB_SRCS ) ecm_add_wayland_server_protocol(SERVER_LIB_SRCS - PROTOCOL ${KWAYLAND_SOURCE_DIR}/src/client/protocols/pointer-gestures-unstable-v1.xml + PROTOCOL ${KWayland_SOURCE_DIR}/src/client/protocols/pointer-gestures-unstable-v1.xml BASENAME pointer-gestures-unstable-v1 )