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>2015-11-16 13:57:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-16 13:57:05 +0300
commitdc14629b26cafcb390137b01cc7d3f13efc67d40 (patch)
tree3bf7bae9f168eca96fac0e989ab9d4f086dd3ed5 /intern/ghost/CMakeLists.txt
parent86154b11ee2b461f4463b56f3498b1f68e8dc94a (diff)
GHOST: rename suffix X11 to Unix for non X11 files
We may use these for Wayland or SDL back-ends.
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 948b4bf91d1..d31e9472168 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -225,9 +225,9 @@ elseif(WITH_X11)
if(WITH_INPUT_NDOF)
list(APPEND SRC
- intern/GHOST_NDOFManagerX11.cpp
+ intern/GHOST_NDOFManagerUnix.cpp
- intern/GHOST_NDOFManagerX11.h
+ intern/GHOST_NDOFManagerUnix.h
)
endif()
@@ -310,8 +310,8 @@ if(APPLE)
elseif(UNIX)
list(APPEND SRC
- intern/GHOST_SystemPathsX11.cpp
- intern/GHOST_SystemPathsX11.h
+ intern/GHOST_SystemPathsUnix.cpp
+ intern/GHOST_SystemPathsUnix.h
)
if(NOT WITH_INSTALL_PORTABLE)