summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
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()