Closed Peekayy closed 2 years ago
Using any --skip-heif, --skip-jxl, --skip-aom along with --checkconfig produces a .deb file that's dependant on imei-libaom,imei-libheif,imei-libjxl
This line references the libs statically regardless of the selected flags: https://github.com/SoftCreatR/imei/blob/caa891d256ae448d18d0dbb33a3d2b530ad19792/imei.sh#L836
I see. Thank you for the information, I'll fix that asap.
Using any --skip-heif, --skip-jxl, --skip-aom along with --checkconfig produces a .deb file that's dependant on imei-libaom,imei-libheif,imei-libjxl
This line references the libs statically regardless of the selected flags: https://github.com/SoftCreatR/imei/blob/caa891d256ae448d18d0dbb33a3d2b530ad19792/imei.sh#L836