diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 09:28:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 11:53:26 +0100 |
commit | b0b23e1dfb46ee297ecccc7df7371c9084f7941a (patch) | |
tree | c44548d0c7d0ccd8f56f46cb9054db691acb5f1b /package/pulseaudio/Makefile | |
parent | 8ce6570e0027e80db9e73e7d6ed96be8dd750537 (diff) |
pulseaudio: needs glib
Diffstat (limited to 'package/pulseaudio/Makefile')
-rw-r--r-- | package/pulseaudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index 9f03b1638..f0ff6e102 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -11,10 +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 libICE libSM libxtst +PKG_DEPENDS+= alsa-lib libICE libSM libxtst glib 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_BUILDDEP+= libICE libSM libXtst glib PKG_NEEDS:= threads PKG_URL:= http://www.freedesktop.org/wiki/Software/PulseAudio/ PKG_SITES:= http://freedesktop.org/software/pulseaudio/releases/ |