When gitian building on Windows I’m seeing:
0checking for Qt 5... yes
1checking for > Qt 5.7... yes
2checking for main in -limm32... yes
3checking for main in -lz ... yes
4checking for library containing jpeg_create_decompress ... configure: WARNING: libjpeg not found. Assuming qt has it built-in
5no
6checking for library containing png_error ... -lqtlibpng
7checking for library containing pcre2_match_16... -lqtpcre2
8checking for library containing hb_ot_tags_from_script ... -lqtharfbuzz
We are passing -qt-libjpeg
to Qt:
https://github.com/bitcoin/bitcoin/blob/e6e99d4f757f2e5052f0cc68951c75e91e4753e3/depends/packages/qt.mk#L66
but I dont think we are doing anything with jpeg
related regardless?