[Bf-blender-cvs] [7198eee] master: Enable XDND on FreeBSD

Campbell Barton noreply at git.blender.org
Tue Jan 21 15:49:47 CET 2014


Commit: 7198eee88041962d7b3fa35cb4263554f5687b32
Author: Campbell Barton
Date:   Wed Jan 22 01:48:09 2014 +1100
https://developer.blender.org/rB7198eee88041962d7b3fa35cb4263554f5687b32

Enable XDND on FreeBSD

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a432809..4fcdf44 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,10 +173,7 @@ if(UNIX AND NOT APPLE)
 	option(WITH_X11_XF86VMODE "Enable X11 video mode switching"	ON)
 	option(WITH_SYSTEM_GLEW "Use GLEW OpenGL wrapper library provided by the operating system" ON)
 
-	# freebsd doesn't seems to support XDND
-	if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
-		option(WITH_GHOST_XDND   "Enable drag'n'drop support on Linux using XDND protocol" ON)
-	endif()
+	option(WITH_GHOST_XDND   "Enable drag'n'drop support on X11 using XDND protocol" ON)
 else()
 	# not an option for other OS's
 	set(WITH_SYSTEM_GLEW OFF)




More information about the Bf-blender-cvs mailing list