SuperNEMO-DBD / homebrew-cadfael

Instructions on using/installing the SuperNEMO Software are now at: https://github.com/SuperNEMO-DBD/brew
MIT License
2 stars 1 forks source link

Explicitly enable fontconfig for qt5-base #18

Closed drbenmorgan closed 7 years ago

drbenmorgan commented 7 years ago

Issue reported on Falaise whereby Qt GUI did not display did not display fonts:

https://github.com/SuperNEMO-DBD/Falaise/issues/6

On Linux only, explicitly depend on brewed fontconfig, which also pulls in freetype. Add needed fontconfig and system freetype args to configure flags on Linux. Mac installs will use qt's freetype.

Tested on macOS Sierra and CentOS 6.9. Requires checks on Ubuntu.


drbenmorgan commented 7 years ago

Now tested on Ubuntu 16.04, so merge..