diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-09-19 15:12:58 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-19 19:26:56 -0700 |
commit | d73e0a0fb4028ea967ce24a162328853dd248dac (patch) | |
tree | 9ebe4c77b09d1fe36e2b1eecf81d7123cd70e653 /packaging/ubuntu/debian | |
parent | 780cb4fce75b0014485e62d628f9b94bcaae4f8f (diff) | |
download | subsurface-d73e0a0fb4028ea967ce24a162328853dd248dac.tar.gz |
build-system/packaging: add bluez dependency for Linux builds
I hope this captures all the variations
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu/debian')
-rw-r--r-- | packaging/ubuntu/debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ubuntu/debian/control b/packaging/ubuntu/debian/control index 5345bc072..08b51bf3c 100644 --- a/packaging/ubuntu/debian/control +++ b/packaging/ubuntu/debian/control @@ -18,6 +18,7 @@ Build-Depends: asciidoc, cmake, dpkg-dev (>= 1.16.1.1), libusb-1.0-0-dev, + libbluetooth-dev, dh-autoreconf, libz-dev, libssl-dev, |