aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/hotkey/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt
index 1c5c1ae65..f19bdfa89 100644
--- a/src/plugins/General/hotkey/CMakeLists.txt
+++ b/src/plugins/General/hotkey/CMakeLists.txt
@@ -1,7 +1,6 @@
project(libhotkey)
cmake_minimum_required(VERSION 2.4.7)
-INCLUDE(FindX11)
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
@@ -22,8 +21,6 @@ SET(QT_INCLUDES
${CMAKE_CURRENT_SOURCE_DIR}/../../../
)
-pkg_search_module(X11 x11)
-
include_directories(${X11_INCLUDE_DIRS})
link_directories(${X11_LIBRARY_DIRS})