summaryrefslogtreecommitdiff
path: root/xpipe/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'xpipe/debian/control')
-rw-r--r--xpipe/debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/xpipe/debian/control b/xpipe/debian/control
index f4d9645..9780585 100644
--- a/xpipe/debian/control
+++ b/xpipe/debian/control
@@ -2,7 +2,9 @@ Source: xpipe
Section: utils
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 12),
+ libbsd-dev,
+ openssl,
Standards-Version: 4.5.0
Homepage: https://github.com/jschauma/xpipe
bgstack15