Fix build - KWayland_SOURCE_DIR instead of KWAYLAND_SOURCE_DIR

Change was prepared prior to project name change. Sorry about breaking.
This commit is contained in:
Martin Gräßlin 2016-11-07 13:34:08 +01:00
parent a3a7356995
commit 58a6740e48

View file

@ -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
)