[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Question about default SVG library integration in FreeTyp
From: |
Alexei Podtelezhnikov |
Subject: |
Re: [ft-devel] Question about default SVG library integration in FreeType build system |
Date: |
Mon, 22 Jul 2019 11:27:02 -0400 |
On Mon, Jul 22, 2019 at 9:59 AM Moazin Khatri <address@hidden> wrote:
>>
>> It would be straightforward if each library had a separate renderer module:
>> configure.raw checks library availability and triggers its compilation.
>
>
> Okay. I understand how we check each library's availability from
> `configure.raw'. But how do you trigger the compilation of only
> some particular module? Because, this is exactly what I am
> looking for. A way to compile the SVG module only if SVG
> support was requested.
That's right. FreeType exposed module classes for everything in
modules.cfg but makes them dysfunctional #ifndef FT_CONFIG_OPTION_XXX.
For example,
https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/psnames/psmodule.c#n596
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, (continued)
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Moazin Khatri, 2019/07/21
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Moazin Khatri, 2019/07/21
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Werner LEMBERG, 2019/07/21
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Moazin Khatri, 2019/07/22
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Moazin Khatri, 2019/07/22
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Werner LEMBERG, 2019/07/22
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Werner LEMBERG, 2019/07/22
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Moazin Khatri, 2019/07/22
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Alexei Podtelezhnikov, 2019/07/22
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Moazin Khatri, 2019/07/22
- Re: [ft-devel] Question about default SVG library integration in FreeType build system,
Alexei Podtelezhnikov <=
- Re: [ft-devel] Question about default SVG library integration in FreeType build system, Moazin Khatri, 2019/07/22