aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2020-10-15 20:56:48 -0700
committerLukas Rusak <lorusak@gmail.com>2020-10-17 10:24:08 -0700
commit1aa8f900dffeeb15dbcb173e41261246344c4fae (patch)
treeafdc3429c84d1139fa502c5fa51041f3e9b3df03 /tools
parent6f35b459e154dee63d411246250113c089652e75 (diff)
tools/depends: bump waylandpp to 0.2.8
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/native/waylandpp-scanner/Makefile2
-rw-r--r--tools/depends/target/waylandpp/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/depends/native/waylandpp-scanner/Makefile b/tools/depends/native/waylandpp-scanner/Makefile
index 528a34caaf..f627815368 100644
--- a/tools/depends/native/waylandpp-scanner/Makefile
+++ b/tools/depends/native/waylandpp-scanner/Makefile
@@ -5,7 +5,7 @@ DEPS=../../Makefile.include Makefile
# lib name, version
LIBNAME=waylandpp
-VERSION=0.2.2
+VERSION=0.2.8
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
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