Skip to content

Commit

Permalink
Dockerfile : keep libmad, set libmpg123 for Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Oct 25, 2024
1 parent 8b42de7 commit 90975d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: brew install molten-vk vulkan-headers glslang spirv-tools sdl2 libvorbis flac opus opusfile flac mad meson
run: brew install molten-vk vulkan-headers glslang spirv-tools sdl2 libvorbis flac opus opusfile flac mpg123 meson
- name: Build vkQuake
run: meson build --buildtype=${{ matrix.configuration }} && ninja -C build
- name: Upload vkQuake
Expand Down
2 changes: 1 addition & 1 deletion Packaging/AppImage/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update \
libaudiofile-dev \
libdbus-1-dev \
libibus-1.0-dev \
libmpg123-dev \
libmad-dev \
libopenal-dev \
libpulse-dev \
libsndio-dev \
Expand Down

0 comments on commit 90975d8

Please sign in to comment.