aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-02-14 20:45:26 -0800
committerLukas Rusak <lorusak@gmail.com>2023-04-21 19:51:30 -0700
commit002c2e37c8a91bb3a955462d170c998943d29350 (patch)
tree54a341232f73b950a1f62b415c62f63161c79fa1 /tools
parentf74895bbcac0cb25798e2a14363245ede9b32439 (diff)
tools/depends: wayland-protocols: make sure directory exists for symlink
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/wayland-protocols/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/wayland-protocols/Makefile b/tools/depends/target/wayland-protocols/Makefile
index 46470e3a34..0364867fdf 100644
--- a/tools/depends/target/wayland-protocols/Makefile
+++ b/tools/depends/target/wayland-protocols/Makefile
@@ -52,6 +52,7 @@ endif
.installed-$(PLATFORM): $(PLATFORM)
cd $(PLATFORM)/build; $(NATIVEPREFIX)/bin/ninja -v install
+ mkdir -p $(PREFIX)/lib/pkgconfig
ln -sf $(PREFIX)/share/pkgconfig/wayland-protocols.pc $(PREFIX)/lib/pkgconfig/wayland-protocols.pc
touch $@