From 4919c091b55023f29617fd1ef7f0897acf25c698 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 9 Dec 2009 12:53:20 +0000 Subject: removed XFree86-Misc dependency git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1434 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/CMakeLists.txt | 2 +- src/plugins/General/hotkey/hotkey.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General') diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index 6742dfca9..1c5c1ae65 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -22,7 +22,7 @@ SET(QT_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/../../../ ) -pkg_check_modules(X11 xf86miscproto x11) +pkg_search_module(X11 x11) include_directories(${X11_INCLUDE_DIRS}) link_directories(${X11_LIBRARY_DIRS}) diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index f7f7376f0..e0c2876ad 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -6,7 +6,7 @@ plugin \ lib \ link_pkgconfig -PKGCONFIG += xf86miscproto x11 +PKGCONFIG += x11 TARGET = $$PLUGINS_PREFIX/General/hotkey QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libhotkey.so -- cgit v1.2.3-13-gbd6f