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:
parent
f18f6e8cc0
commit
4b1f782c57
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue