Skip to content
Snippets Groups Projects
Commit c4fa9f10 authored by Matthias Dressel's avatar Matthias Dressel
Browse files

vlc-debian-wasm-emscripten: Add libltdl-dev

Needed for mpg123.
parent 4bf39a75
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ RUN set -x && \
apt-get update && \
apt-get -y dist-upgrade && \
apt-get install -y --no-install-suggests --no-install-recommends \
git libtool automake autoconf autopoint make \
git libtool libltdl-dev automake autoconf autopoint make \
gettext pkg-config cmake zip bzip2 p7zip-full wget dos2unix \
ragel yasm g++ m4 ninja-build ant build-essential libtool-bin gperf \
flex bison curl nasm meson python3 python3-venv python3-setuptools python3-mako && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment