mirror of
https://github.com/meshtastic/firmware
synced 2026-08-07 20:32:18 -04:00
Add libcurl as a build dependency for meshtasticd packages (#11303)
Followup to #11214 Adds libcurl as a dependency in Debian and Fedora packages.
This commit is contained in:
parent
e2460b546e
commit
33a0f8ffb7
2 changed files with 3 additions and 1 deletions
3
debian/control
vendored
3
debian/control
vendored
|
|
@ -28,7 +28,8 @@ Build-Depends: debhelper-compat (= 13),
|
|||
libinput-dev,
|
||||
libxkbcommon-x11-dev,
|
||||
libsqlite3-dev,
|
||||
libsdl2-dev
|
||||
libsdl2-dev,
|
||||
libcurl4-gnutls-dev
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://github.com/meshtastic/firmware
|
||||
Rules-Requires-Root: no
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ BuildRequires: pkgconfig(libusb-1.0)
|
|||
BuildRequires: libi2c-devel
|
||||
BuildRequires: pkgconfig(libuv)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
# Web components:
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(liborcania)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue