[Bf-blender-cvs] [62e83b3] soc-2014-viewport_fx: fix: xdnd module did not compile on OSX without setting the location of X11 include files

Jason Wilkins noreply at git.blender.org
Thu Jul 10 04:32:04 CEST 2014


Commit: 62e83b34785ddef825b04692a9ceee28fcd03e68
Author: Jason Wilkins
Date:   Wed Jul 9 18:03:14 2014 -0500
https://developer.blender.org/rB62e83b34785ddef825b04692a9ceee28fcd03e68

fix: xdnd module did not compile on OSX without setting the location of X11 include files

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

M	extern/xdnd/CMakeLists.txt

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

diff --git a/extern/xdnd/CMakeLists.txt b/extern/xdnd/CMakeLists.txt
index f7eded7..832ddfd 100644
--- a/extern/xdnd/CMakeLists.txt
+++ b/extern/xdnd/CMakeLists.txt
@@ -28,7 +28,7 @@ set(INC
 )
 
 set(INC_SYS
-
+	${X11_X11_INCLUDE_PATH}
 )
 
 set(SRC




More information about the Bf-blender-cvs mailing list