Revision: 78034
          http://sourceforge.net/p/brlcad/code/78034
Author:   starseeker
Date:     2020-12-19 23:23:51 +0000 (Sat, 19 Dec 2020)
Log Message:
-----------
X11_LIBRARIES doesn't seem to include X11_Xrender_LIB, and it looks like the 
Mac needs it - try appending.

Modified Paths:
--------------
    brlcad/branches/extbuild/src/libdm/glx/CMakeLists.txt

Modified: brlcad/branches/extbuild/src/libdm/glx/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/libdm/glx/CMakeLists.txt       2020-12-19 
23:07:32 UTC (rev 78033)
+++ brlcad/branches/extbuild/src/libdm/glx/CMakeLists.txt       2020-12-19 
23:23:51 UTC (rev 78034)
@@ -26,6 +26,9 @@
 
   add_definitions(-DDM_PLUGIN)
 
+  if (X11_Xrender_LIB)
+    list(APPEND X11_LIBRARIES ${X11_Xrender_LIB})
+  endif (X11_Xrender_LIB)
 
   dm_plugin_library(dm-ogl SHARED ${OGL_SRCS})
   target_link_libraries(dm-ogl libdm libbu ${X11_LIBRARIES} 
${OPENGL_LIBRARIES} ${TCL_LIBRARY} ${TK_LIBRARY})

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to