Skip to content

Commit

Permalink
Fix the path to wayland-protocols.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin committed Jan 25, 2022
1 parent e617e4b commit 61f6813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/kwayland/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ExternalProject_Add(wayland-protocols
COMMAND meson install -C <BINARY_DIR>
STEP_TARGETS build
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)
Expand Down

0 comments on commit 61f6813

Please sign in to comment.