Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-27 15:28:55 +0300
committerCampbell Barton <campbell@blender.org>2022-09-27 15:28:55 +0300
commitf6664217b3214be869afb732d1d5bfc471a88e9a (patch)
tree5e11d3a951b8977e42cbf76b02450ec566e3d2e5 /build_files/build_environment/cmake
parent1cbfe0463879fb3dde7e10f151b5ef24008bd211 (diff)
Build: temporarily disable wayland dependency
This caused problems on centos7, see D16074 for details.
Diffstat (limited to 'build_files/build_environment/cmake')
-rw-r--r--build_files/build_environment/cmake/harvest.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/harvest.cmake b/build_files/build_environment/cmake/harvest.cmake
index 6c920e651fe..85c823309fb 100644
--- a/build_files/build_environment/cmake/harvest.cmake
+++ b/build_files/build_environment/cmake/harvest.cmake
@@ -117,7 +117,8 @@ else()
harvest(xml2/lib xml2/lib "*.a")
harvest(wayland-protocols/share/wayland-protocols wayland-protocols/share/wayland-protocols/ "*.xml")
- harvest(wayland/bin wayland/bin "wayland-scanner")
+ # DISABLED: (see D16074).
+ # harvest(wayland/bin wayland/bin "wayland-scanner")
else()
harvest(blosc/lib openvdb/lib "*.a")
harvest(xml2/lib opencollada/lib "*.a")