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.
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.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?