Fix the path to wayland-protocols.pc
This commit is contained in:
parent
e617e4ba43
commit
61f68138a8
1 changed files with 1 additions and 1 deletions
2
external/kwayland/CMakeLists.txt
vendored
2
external/kwayland/CMakeLists.txt
vendored
|
|
@ -50,7 +50,7 @@ ExternalProject_Add(wayland-protocols
|
||||||
COMMAND meson install -C <BINARY_DIR>
|
COMMAND meson install -C <BINARY_DIR>
|
||||||
STEP_TARGETS build
|
STEP_TARGETS build
|
||||||
EXCLUDE_FROM_ALL TRUE
|
EXCLUDE_FROM_ALL TRUE
|
||||||
BUILD_BYPRODUCTS <BINARY_DIR>/lib/wayland-protocols.pc
|
BUILD_BYPRODUCTS <BINARY_DIR>/share/pkgconfig/wayland-protocols.pc
|
||||||
)
|
)
|
||||||
|
|
||||||
ExternalProject_Get_property(wayland-protocols BINARY_DIR)
|
ExternalProject_Get_property(wayland-protocols BINARY_DIR)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue