diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-02-14 20:45:26 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-04-21 19:51:30 -0700 |
commit | 002c2e37c8a91bb3a955462d170c998943d29350 (patch) | |
tree | 54a341232f73b950a1f62b415c62f63161c79fa1 /tools | |
parent | f74895bbcac0cb25798e2a14363245ede9b32439 (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/Makefile | 1 |
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 $@ |