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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-02-20 02:51:55 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-02-20 02:51:55 +0300
commitc37884b015a949bd03d1dac890263c93285291a1 (patch)
tree020022881c54edae293b1ec1e863be8af2eaa302 /CMakeLists.txt
parent43d362fcc8592cede760a56cf863a0c3eb80ff5f (diff)
Add XF86keysym.h detection and use to CMake system, for r34983.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f4bc1c74315..440170e332c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -338,6 +338,7 @@ if(UNIX AND NOT APPLE)
endif()
find_package(X11 REQUIRED)
+ find_path(X11_XF86keysym_INCLUDE_PATH X11/XF86keysym.h ${X11_INC_SEARCH_PATH})
# OpenSuse needs lutil, ArchLinux not, for now keep, can avoid by using --as-needed
set(LLIBS "-lutil -lc -lm -lpthread -lstdc++ ${X11_X11_LIB} ${X11_Xinput_LIB}")