summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-05-27 06:21:29 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-05-27 06:22:04 +0200
commit043fdbca178cd18f56a88bea5b171d024f32b79a (patch)
treebf62779032500f60ef3b299625ad07e4b9b5fa3a /gui
parent75501dca9304c9ca691cc20aafc647d721c17218 (diff)
gui, qxt: use pkgconfig wrapper
Diffstat (limited to 'gui')
-rw-r--r--gui/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index 954fa67a..216b6f0e 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -16,6 +16,10 @@ endif()
if(LINUX)
target_link_libraries(opentrack-user-interface dl)
# for process detector
- target_link_libraries(opentrack-user-interface procps)
+
+ # XXX copy-paste from qxt-mini module
+ # make a pkg-config wrapper
+ # also set ${self} to target's name when invoking `otr_module' -sh 20180527
+ otr_pkgconfig(opentrack-user-interface libprocps)
endif()