Enable XDND on FreeBSD
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user