Revision: 77900
          http://sourceforge.net/p/brlcad/code/77900
Author:   starseeker
Date:     2020-12-03 17:08:32 +0000 (Thu, 03 Dec 2020)
Log Message:
-----------
dm-ogl and if_ogl check HAVE_XRENDER...

Modified Paths:
--------------
    brlcad/branches/extbuild/misc/CMake/BRLCAD_User_Options.cmake

Modified: brlcad/branches/extbuild/misc/CMake/BRLCAD_User_Options.cmake
===================================================================
--- brlcad/branches/extbuild/misc/CMake/BRLCAD_User_Options.cmake       
2020-12-03 17:04:27 UTC (rev 77899)
+++ brlcad/branches/extbuild/misc/CMake/BRLCAD_User_Options.cmake       
2020-12-03 17:08:32 UTC (rev 77900)
@@ -116,6 +116,9 @@
 # we've indicated we *don't* want an X11 build
 if(NOT BRLCAD_ENABLE_AQUA AND NOT BRLCAD_ENABLE_MINIMAL)
   find_package(X11)
+  if (X11_Xrender_FOUND)
+    CONFIG_H_APPEND(BRLCAD "#define HAVE_XRENDER 1\n")
+  endif (X11_Xrender_FOUND)
 endif(NOT BRLCAD_ENABLE_AQUA AND NOT BRLCAD_ENABLE_MINIMAL)
 
 # make sure Xi is included in the list of X11 libs

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