alarm/kodi-rpi-legacy: add missing dep

This commit is contained in:
graysky 2023-10-08 08:03:31 -04:00
parent 8d2ea1a82a
commit 574b28a3c6

View file

@ -36,7 +36,7 @@ makedepends=(
'pipewire' 'python-pycryptodomex' 'python-pillow' 'python-pybluez'
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'taglib'
'tinyxml' 'swig' 'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest'
'graphviz' 'libinput' 'libxkbcommon'
'graphviz' 'libinput' 'libxkbcommon' 'pcre'
)
[[ -n "$_clangbuild" ]] && makedepends+=('clang' 'lld' 'llvm')