diff options
author | Simon Rettberg | 2018-07-16 17:06:19 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-07-16 17:06:19 +0200 |
commit | 4b685e3a6f20693782cbc7685030cf93da4f8d26 (patch) | |
tree | 7a418457b9e2dece9222dfddfdad536f335505b8 | |
parent | [hardware-stats] Report current client runmode too (diff) | |
download | mltk-4b685e3a6f20693782cbc7685030cf93da4f8d26.tar.gz mltk-4b685e3a6f20693782cbc7685030cf93da4f8d26.tar.xz mltk-4b685e3a6f20693782cbc7685030cf93da4f8d26.zip |
[pvs2] Require Qt's jpeg lib
-rw-r--r-- | core/modules/pvs2/module.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/pvs2/module.conf b/core/modules/pvs2/module.conf index bbac8a80..b3b97b7e 100644 --- a/core/modules/pvs2/module.conf +++ b/core/modules/pvs2/module.conf @@ -10,6 +10,7 @@ REQUIRED_DIRECTORIES=" /opt/openslx/pvs2/ " REQUIRED_LIBRARIES=" + libqjpeg " REQUIRED_SYSTEM_FILES=" " |