ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
303 stars 21 forks source link

Remove freetype-py libfreetype install detection since upgraded pip #522

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

This PR fixes a hack to detect when libfreetype needed to be installed for Python module freetype-py to work. Since we now isolate our python packages install and use the recent version 23.1.2 of pip, pip will select the proper wheel when installing freetype-py, which includes a binary distribution of libfreetype. Thefore the hack is not needed anymore.