Revision: 75523
          http://sourceforge.net/p/brlcad/code/75523
Author:   brlcad
Date:     2020-04-22 05:43:00 +0000 (Wed, 22 Apr 2020)
Log Message:
-----------
if mac build is not aqua, make sure the xlib dir is still included since we're 
not using the X11 framework

Modified Paths:
--------------
    brlcad/trunk/src/other/tk/CMakeLists.txt

Modified: brlcad/trunk/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tk/CMakeLists.txt    2020-04-22 05:19:40 UTC (rev 
75522)
+++ brlcad/trunk/src/other/tk/CMakeLists.txt    2020-04-22 05:43:00 UTC (rev 
75523)
@@ -651,6 +651,8 @@
     SET(TK_INCLUDE_PATH ${TK_INCLUDE_PATH} ${TK_SOURCE_DIR}/macosx)
     IF(TK_ENABLE_AQUA)
       SET(TK_INCLUDE_PATH ${TK_INCLUDE_PATH} ${X11_INCLUDE_DIR})
+    ELSE(TK_ENABLE_AQUA)
+      SET(TK_INCLUDE_PATH ${TK_INCLUDE_PATH} ${TK_SOURCE_DIR}/xlib)
     ENDIF(TK_ENABLE_AQUA)
   ENDIF(APPLE)
 ENDIF(WIN32)

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