Haiku OS Support

D2860 by @miqlas

Even though Haiku is a niche OS, only minor changes are needed.
This commit is contained in:
Campbell Barton
2017-11-30 17:56:01 +11:00
parent fa3d50af95
commit 28d2148b09
11 changed files with 208 additions and 7 deletions

View File

@@ -195,7 +195,7 @@ endif()
# Options
# First platform specific non-cached vars
if(UNIX AND NOT APPLE)
if(UNIX AND NOT (APPLE OR HAIKU))
set(WITH_X11 ON)
endif()