summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-10-31 16:20:12 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-10-31 16:37:16 +0000
commit403c4a2b73a559260092ff7b91470dd99db48934 (patch)
tree1711880e912fa6cc8f5aedcd88ae951f00033ed3 /Jamroot.jam
parentMove import testing (diff)
downloadicetray-403c4a2b73a559260092ff7b91470dd99db48934.tar.bz2
icetray-403c4a2b73a559260092ff7b91470dd99db48934.tar.xz
icetray-403c4a2b73a559260092ff7b91470dd99db48934.zip
We don't need our own base64 encoder, openssl has one
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 640e809..04c973d 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -43,4 +43,5 @@ project
build-project icetray ;
pkg-config.import glibmm : : <name>glibmm-2.4 ;
+pkg-config.import openssl ;