diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-27 11:57:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-27 11:59:23 +0100 |
commit | 92ab1f5a9b8413e15b8cc6f5a896354f88a47f87 (patch) | |
tree | 54e6013ba9d35ad4b1b60eb87be1f90e6741aa98 /package/pulseaudio | |
parent | 884e156e1db5f92555b04bd150f64392d4c47c1c (diff) |
kodi: update to Matrix with all dependencies
Diffstat (limited to 'package/pulseaudio')
-rw-r--r-- | package/pulseaudio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index 363cff4dd..9f03b1638 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -11,9 +11,10 @@ PKG_DESCR:= sound system PKG_SECTION:= mm/audio PKG_DEPENDS:= libltdl json-c libsndfile libspeex libncurses PKG_DEPENDS+= libflac libvorbis libogg libuuid libsndfile -PKG_DEPENDS+= alsa-lib -PKG_BUILDDEP:= libtool json-c libsndfile speex check +PKG_DEPENDS+= alsa-lib libICE libSM libxtst +PKG_BUILDDEP:= libtool json-c libsndfile speex check meson-host PKG_BUILDDEP+= flac libvorbis libogg util-linux ncurses alsa-lib +PKG_BUILDDEP+= libICE libSM libXtst PKG_NEEDS:= threads PKG_URL:= http://www.freedesktop.org/wiki/Software/PulseAudio/ PKG_SITES:= http://freedesktop.org/software/pulseaudio/releases/ |