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>2020-05-01 12:14:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-01 12:14:50 +0300
commit7ded7610ce53c9bc8b571332589105dfb86a89c1 (patch)
treeed569289596dc9293a6980680e22904bbf9705d9 /build_files
parent47fea20dc870d72d03f0e0babd7aec21b73315ff (diff)
Cleanup: rename WITH_X11 to WITH_GHOST_X11
Matches WITH_GHOST_{SDL|WAYLAND}
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/platform/platform_unix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 0bd33b93dcf..3cfe8309bf1 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -524,7 +524,7 @@ if(WITH_GHOST_WAYLAND)
endif()
endif()
-if(WITH_X11)
+if(WITH_GHOST_X11)
find_package(X11 REQUIRED)
find_path(X11_XF86keysym_INCLUDE_PATH X11/XF86keysym.h ${X11_INC_SEARCH_PATH})