mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system/packaging: add bluez dependency for Linux builds
I hope this captures all the variations Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
780cb4fce7
commit
d73e0a0fb4
5 changed files with 9 additions and 2 deletions
|
@ -43,6 +43,7 @@ BuildRequires: netpbm-devel
|
|||
BuildRequires: openssl-devel
|
||||
BuildRequires: libsqlite3x-devel
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: bluez-libs-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qttools-devel
|
||||
BuildRequires: qt5-qtwebkit-devel
|
||||
|
@ -62,6 +63,7 @@ BuildRequires: update-desktop-files
|
|||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: libusb-1_0-devel
|
||||
BuildRequires: bluez-devel
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: libqt5-qtsvg-devel
|
||||
BuildRequires: libqt5-linguist
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue