~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to install-dependencies.sh

  • Committer: The Widelands Bunnybot
  • Date: 2024-04-18 10:51:51 UTC
  • Revision ID: bunnybot@widelands.org-20240418105151-vml5m02t24rh9nmt
Update vcpkg for sdl2-mixer 2.8.0 (CB #4768 / GH #6406)

(by bunnybot)
22abf5382b21482bf6088901da55ad0305357de6

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
elif [ "$DISTRO" = "vcpkg" ]; then
198
198
   echo "Installing dependencies for vcpkg..."
199
199
   vcpkg install --disable-metrics $@ asio gettext[tools] libpng icu glbinding sdl2 sdl2-ttf \
200
 
     sdl2-mixer[libflac,mpg123] sdl2-image[libjpeg-turbo,tiff] graphite2 \
 
200
     sdl2-mixer[core,libflac,mpg123] sdl2-image[libjpeg-turbo,tiff] graphite2 \
201
201
     harfbuzz opusfile libwebp
202
202
 
203
203
elif [ -z "$DISTRO" ]; then