mirror of
https://github.com/meshtastic/firmware.git
synced 2026-05-30 03:34:57 -04:00
Use libnotify for meshtasticd desktop notifications. Add "HAS_LIBNOTIFY" macro to guard for builds where libnotify is expected. This is not included in buildroot/openwrt builds. (no libnotify except when extra repos are added). Install desktop icon in the correct location on Debian and Fedora packages. Update dependencies in packaging and dockerfiles.
44 lines
1.2 KiB
Plaintext
44 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,
|
|
libsdl2-dev,
|
|
libnotify-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.
|