[Bf-blender-cvs] [2f68bb3a8fb] wl_default2: debug wlp version find

Christian Rauch noreply at git.blender.org
Sat Jul 3 16:02:18 CEST 2021


Commit: 2f68bb3a8fbb99b317bcb29263a8f45eebb66fd6
Author: Christian Rauch
Date:   Sat Jul 3 14:21:14 2021 +0100
Branches: wl_default2
https://developer.blender.org/rB2f68bb3a8fbb99b317bcb29263a8f45eebb66fd6

debug wlp version find

===================================================================

M	intern/ghost/CMakeLists.txt

===================================================================

diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 09c82139290..7774af5acaf 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -296,6 +296,11 @@ elseif(WITH_GHOST_X11 OR WITH_GHOST_WAYLAND)
     pkg_get_variable(WAYLAND_SCANNER wayland-scanner wayland_scanner)
 
     pkg_check_modules(wayland-protocols wayland-protocols>=1.15)
+    message("wlp found: " ${wayland-protocols_FOUND})
+    message("wlp version: " ${wayland-protocols_VERSION})
+    if (NOT DEFINED wayland-protocols_FOUND)
+      message("wlp mssing")
+    endif()
     if (${wayland-protocols_FOUND})
       pkg_get_variable(WAYLAND_PROTOCOLS_DIR wayland-protocols pkgdatadir)
     else()



More information about the Bf-blender-cvs mailing list