[Bf-blender-cvs] [5e39534eee2] epoxy: link libepoxy

Christian Rauch noreply at git.blender.org
Sat Jun 25 01:38:01 CEST 2022


Commit: 5e39534eee2595527006b99d394ae058901b89f0
Author: Christian Rauch
Date:   Fri Jun 24 23:31:35 2022 +0100
Branches: epoxy
https://developer.blender.org/rB5e39534eee2595527006b99d394ae058901b89f0

link libepoxy

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f06f18ef719..4afee50ea54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1294,6 +1294,10 @@ else()
   list(APPEND GL_DEFINITIONS -DWITH_GL_PROFILE_CORE)
 endif()
 
+# link libepoxy
+pkg_check_modules(epoxy REQUIRED epoxy)
+list(APPEND BLENDER_GL_LIBRARIES ${epoxy_LIBRARIES})
+
 #-----------------------------------------------------------------------------
 # Configure Metal.
 if (WITH_METAL_BACKEND)



More information about the Bf-blender-cvs mailing list