Re: font stuff
Robert Swindells <[email protected]> Sun, 12 Feb 2023 23:03:34 +0000
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
David Holland <[email protected]> wrote: >On Sat, Feb 11, 2023 at 08:09:56PM +0000, Robert Swindells wrote: > > > > Have edited out all the tests in fonts/fontconfig/builtin.mk > > > > USE_BUILTIN.fontconfig= yes > > MAKEVARS+= USE_BUILTIN.fontconfig > > > > % make show-var VARNAME=USE_BUILTIN.fontconfig > > no > > It's transitive, so if it doesn't like the freetype2 version it won't > use fontconfig either. > > There's some debugging hooks I put in some years back for figuring out > what's causing unwanted builtin decisions; might want to give that a > try. Ok, what do I do? I have also tried putting in some .info lines to print out variables. > It's not uncommon for the builtin.mk logic that tries to deduce > library versions to fail. The library versions all look correct.