diff options
author | wsnipex <wsnipex@a1.net> | 2023-03-21 18:16:13 +0100 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2023-03-25 18:13:00 +0100 |
commit | 76bf06bbaa6a7cd27fbdb1d59696e1831e69f904 (patch) | |
tree | ed8e4fbd7668caef226e21271eeeed10f53769c9 /tools/depends/target | |
parent | aaf4ffbcccc2dde2b39684c0206c8056aeca46b8 (diff) |
[cmake] build waylandpp static
Diffstat (limited to 'tools/depends/target')
-rw-r--r-- | tools/depends/target/waylandpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/waylandpp/Makefile b/tools/depends/target/waylandpp/Makefile index 45f86614e4..c58843cd47 100644 --- a/tools/depends/target/waylandpp/Makefile +++ b/tools/depends/target/waylandpp/Makefile @@ -27,7 +27,7 @@ else CMAKE_OPTIONS := -DBUILD_SCANNER=OFF -DWAYLAND_SCANNERPP=$(NATIVEPREFIX)/bin/wayland-scanner++ $(CMAKE_OPTIONS) endif -CMAKE_OPTIONS := -DBUILD_DOCUMENTATION=OFF -DBUILD_LIBRARIES=ON -DBUILD_EXAMPLES=OFF $(CMAKE_OPTIONS) +CMAKE_OPTIONS := -DBUILD_DOCUMENTATION=OFF -DBUILD_LIBRARIES=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_EXAMPLES=OFF $(CMAKE_OPTIONS) BUILDDIR = $(PLATFORM)/build all: .installed-$(PLATFORM) |