On Wed, Sep 20, 2017 at 11:50 AM, Werner LEMBERG <[email protected]> wrote:

>
> > I guess CMakeLists.txt isn't really used by anyone?
> >
> > I'm pretty sure that these are missing from the latest.
> >
> >   src/otvalid/otvalid.c
> >   src/gxvalid/gxvmod.c
>
> No, they are not missing.  Leaving out those two components is
> intentional; they are rarely used and would increase the library size
> unnecessarily.
>
> > (I have my own version I keep updated)
>
> Maybe it makes sense to prepare addition of those two files, with a
> proper comment why they aren't included by default.  Or maybe there is
> a more `cmake'-like solution for including the two files
> conditionally?  I'm not a cmake user, so any help is welcomed!
>
> Okay, I had wondered if they were meant to be only optional...
 when building on centos system it complained about missing
otc_module_somehting and gxv_class_module(something).  adding those made it
work... I'll dig into it some more.. it only gave the .so name, not the
module in the .so that had the issue.  (I didn't have the issue on windows
or Arch linux)


>
>     Werner
>
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to