Skip to content

Commit

Permalink
Build/CI: more dependencies for msys2 sdl_image
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Dec 31, 2023
1 parent cf5c4d9 commit 37d39cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ifdef IS_WIN32
WIN32STRIP = strip
WIN32WINDRES = windres
# MSYS' SDL_* configure is a bloat and links full static
WIN32_LIBS += `pkg-config --libs SDL2_image libpng libjpeg libwebp SDL2_ttf freetype2 harfbuzz` -ldwrite -ltiff -lLerc -lbrotlidec -lbrotlicommon -lfreetype -lgraphite2 -llzma -lz -lwebp -lzstd -ldeflate -ljbig -ljpeg -lrpcrt4 -ljxl -lhwy -lsharpyuv
WIN32_LIBS += `pkg-config --libs SDL2_image libpng libjpeg libwebp SDL2_ttf freetype2 harfbuzz` -ldwrite -ltiff -lLerc -lbrotlidec -lbrotlicommon -lfreetype -lgraphite2 -llzma -lz -lwebp -lzstd -ldeflate -ljbig -ljpeg -lrpcrt4 -ljxl -lhwy -lsharpyuv -lavif -lyuv -ldav1d -lrav1e -lSvtAv1Dec -lSvtAv1Enc -laom -lntdll -lwebpdemux
ifeq ($(CONF), DIST)
native: $(WIN32_ZIP)
else
Expand All @@ -198,7 +198,7 @@ else ifdef IS_WIN64
WIN64STRIP = strip
WIN64WINDRES = windres
# MSYS' SDL_* configure is a bloat and links full static
WIN64_LIBS += `pkg-config --libs SDL2_image libpng libjpeg libwebp SDL2_ttf freetype2 harfbuzz` -ldwrite -ltiff -lLerc -lbrotlidec -lbrotlicommon -lfreetype -lgraphite2 -llzma -lz -lwebp -lzstd -ldeflate -ljbig -ljpeg -lrpcrt4 -ljxl -lhwy -lsharpyuv
WIN64_LIBS += `pkg-config --libs SDL2_image libpng libjpeg libwebp SDL2_ttf freetype2 harfbuzz` -ldwrite -ltiff -lLerc -lbrotlidec -lbrotlicommon -lfreetype -lgraphite2 -llzma -lz -lwebp -lzstd -ldeflate -ljbig -ljpeg -lrpcrt4 -ljxl -lhwy -lsharpyuv -lavif -lyuv -ldav1d -lrav1e -lSvtAv1Dec -lSvtAv1Enc -laom -lntdll -lwebpdemux
ifeq ($(CONF), DIST)
native: $(WIN64_ZIP)
else
Expand Down

0 comments on commit 37d39cb

Please sign in to comment.