Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-01-21 18:48:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-21 18:49:13 +0400
commit7198eee88041962d7b3fa35cb4263554f5687b32 (patch)
tree9ef31a35f32f972a5b523cf1ceb0876ae2b11645 /CMakeLists.txt
parent386d3a9cfbed27b4a9ef5e478d50f38a068f03fe (diff)
Enable XDND on FreeBSD
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a432809ce32..4fcdf44b6d0 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)