summaryrefslogtreecommitdiff
path: root/veracrypt/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-06 19:11:01 -0500
committerB. Stack <bgstack15@gmail.com>2021-12-06 19:11:01 -0500
commitade11e79973058247c4974218500910a9516e43e (patch)
tree8c9842c92bcfc63707272f8a53319fff70ed38da /veracrypt/debian/control
parentvc: fix patches for 1.25.4 (diff)
downloadstackrpms-ade11e79973058247c4974218500910a9516e43e.tar.gz
stackrpms-ade11e79973058247c4974218500910a9516e43e.tar.bz2
stackrpms-ade11e79973058247c4974218500910a9516e43e.zip
use libfuse3-dev
Diffstat (limited to 'veracrypt/debian/control')
-rw-r--r--veracrypt/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/veracrypt/debian/control b/veracrypt/debian/control
index 0d7f7e5..db1dc3e 100644
--- a/veracrypt/debian/control
+++ b/veracrypt/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12),
libayatana-appindicator3-dev | libappindicator3-dev,
- libfuse-dev,
+ libfuse3-dev,
libwxgtk3.0-gtk3-dev,
pkg-config,
yasm [any-i386 any-amd64]
bgstack15