mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-16 23:07:34 +00:00
* Add sqlite to build requires * Add missed comma * Add sqlite dev to more dockerfiles * Alpine docker fix * Add sqlite to build requires * Add sqlite depdendency (Cherry-picks from sfpp) Store and Forward Plus Plus requires sqlite to work. This PR cherry picks the commits that added the dependency so that this can be added, and reduce the amount of effort to review sfpp. Authored-By: @jp-bennett --------- Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
Source: meshtasticd
|
|
Section: misc
|
|
Priority: optional
|
|
Maintainer: Austin Lane <vidplace7@gmail.com>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
libc6-dev (>= 2.38) | libbsd-dev,
|
|
lsb-release,
|
|
tar,
|
|
gzip,
|
|
platformio,
|
|
python3-protobuf,
|
|
python3-grpcio,
|
|
git,
|
|
g++,
|
|
pkg-config,
|
|
libyaml-cpp-dev,
|
|
libgpiod-dev,
|
|
libbluetooth-dev,
|
|
libusb-1.0-0-dev,
|
|
libi2c-dev,
|
|
libuv1-dev,
|
|
openssl,
|
|
libssl-dev,
|
|
libulfius-dev,
|
|
liborcania-dev,
|
|
libx11-dev,
|
|
libinput-dev,
|
|
libxkbcommon-x11-dev,
|
|
libsqlite3-dev
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://github.com/meshtastic/firmware
|
|
Rules-Requires-Root: no
|
|
|
|
Package: meshtasticd
|
|
Architecture: any
|
|
Depends: adduser,
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: Meshtastic daemon for communicating with Meshtastic devices
|
|
Meshtastic is an off-grid text communication platform that uses inexpensive
|
|
LoRa radios.
|