diff options
author | Lukas Rusak <lorusak@gmail.com> | 2020-10-15 20:56:48 -0700 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2020-10-17 10:24:08 -0700 |
commit | 1aa8f900dffeeb15dbcb173e41261246344c4fae (patch) | |
tree | afdc3429c84d1139fa502c5fa51041f3e9b3df03 /tools/depends/target/waylandpp | |
parent | 6f35b459e154dee63d411246250113c089652e75 (diff) |
tools/depends: bump waylandpp to 0.2.8
Diffstat (limited to 'tools/depends/target/waylandpp')
-rw-r--r-- | tools/depends/target/waylandpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/waylandpp/Makefile b/tools/depends/target/waylandpp/Makefile index 94018f3393..b0ad4b2bf7 100644 --- a/tools/depends/target/waylandpp/Makefile +++ b/tools/depends/target/waylandpp/Makefile @@ -3,11 +3,11 @@ DEPS=Makefile # lib name, version LIBNAME=waylandpp -VERSION=0.2.3 +VERSION=0.2.8 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -LIBDYLIB=$(PLATFORM)/src/libwayland-client++.so +LIBDYLIB=$(PLATFORM)/build/libwayland-client++.so ifeq ($(PLATFORM),) # Building stand-alone |