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:
parent
a3a7356995
commit
58a6740e48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue