SoftCreatR / imei

IMEI - ImageMagick Easy Install
ISC License
293 stars 35 forks source link

Skipping heif jxl or aom and using checkconfig still make deb dependent on the corresponding libs. #46

Closed Peekayy closed 2 years ago

Peekayy commented 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

SoftCreatR commented 2 years ago

I see. Thank you for the information, I'll fix that asap.