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>2013-02-07 18:10:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-07 18:10:01 +0400
commit76b7afd909fc0b01214c37f4b3407309f60ccfba (patch)
tree2024efa72e29a5c15c6713d4fdacb4f46235b7a2 /intern/ghost/CMakeLists.txt
parent67da51fe768d3a336fe3ac90b813f548f566f390 (diff)
removing xinerama on X11 dependency, this wasn't working very usefully.
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index c6269d49b47..12dd4c0d3eb 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -276,13 +276,6 @@ elseif(UNIX)
)
endif()
- if(WITH_X11_XINERAMA)
- add_definitions(-DWITH_X11_XINERAMA)
- list(APPEND INC_SYS
- ${X11_Xinerama_INCLUDE_PATH}
- )
- endif()
-
elseif(WIN32)
## Warnings as errors, this is too strict!
#if(MSVC)