diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-12-09 12:53:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-12-09 12:53:20 +0000 |
| commit | 4919c091b55023f29617fd1ef7f0897acf25c698 (patch) | |
| tree | cc0960ed36de55dfcd79671c8fdfa2e44eee4784 /src/plugins | |
| parent | bd5d761d73012232b9a76b95d05eacd96cd5dc26 (diff) | |
| download | qmmp-4919c091b55023f29617fd1ef7f0897acf25c698.tar.gz qmmp-4919c091b55023f29617fd1ef7f0897acf25c698.tar.bz2 qmmp-4919c091b55023f29617fd1ef7f0897acf25c698.zip | |
removed XFree86-Misc dependency
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1434 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/hotkey.pro | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
