aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-16 10:13:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-16 10:13:48 +0000
commit8723363378b7eb979af12d73c05f3f9a083f7e33 (patch)
tree23030c7614ce88af03d888731fd74b844b977bb8 /src/plugins/General
parentacdeb971e302a6d090be03047455225eb86200fc (diff)
downloadqmmp-8723363378b7eb979af12d73c05f3f9a083f7e33.tar.gz
qmmp-8723363378b7eb979af12d73c05f3f9a083f7e33.tar.bz2
qmmp-8723363378b7eb979af12d73c05f3f9a083f7e33.zip
added tint2/lxpanel support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1736 90c681e8-e032-0410-971d-27865f9a5e38
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})