Building moonlight was failing because it couldn't find avahi -- adding it as an explicit dependency

Signed-off-by: travis134 <travis134@gmail.com>
This commit is contained in:
travis134 2022-08-03 11:58:23 -07:00
parent f18f6e8cc0
commit 4b1f782c57
No known key found for this signature in database
GPG key ID: FB8B9EEA5CEF2984

View file

@ -7,7 +7,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/moonlight-stream/moonlight-embedded"
PKG_URL="$PKG_SITE.git"
PKG_DEPENDS_TARGET="toolchain opus libevdev alsa enet"
PKG_DEPENDS_TARGET="toolchain opus libevdev alsa enet avahi"
PKG_SHORTDESC="Moonlight Embedded is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield, but built for Linux."
PKG_TOOLCHAIN="cmake"
GET_HANDLER_SUPPORT="git"