[Buildroot] [PATCH] libass: allow compilation without a system font provider

Bernd Kuhls bernd.kuhls at t-online.de
Sun Dec 13 17:00:25 UTC 2015


Am Wed, 09 Dec 2015 17:30:24 +0000 schrieb Vicente Olivert Riera:

> Hi Yann,
> 
> On 09/12/15 17:28, Yann E. MORIN wrote:
>> Vicente, All,
>> 
>> On 2015-12-09 10:19 +0000, Vicente Olivert Riera spake thusly:
>>> On 08/12/15 17:16, Yann E. MORIN wrote:
>>>> On 2015-12-07 16:19 +0000, Vicente Olivert Riera spake thusly:
>>>>>  
>>>>> +# Allow compilation without a system font provider
>>>>> +LIBASS_CONF_OPTS = --disable-require-system-font-provider
>>>>
>>>> It is my understanding that fontconfig *is* a "system font provider",
>>>> so maybe that should go n the else-case for fontconfig, below?
>>>>
>>>>>  ifeq ($(BR2_PACKAGE_FONTCONFIG),y) LIBASS_DEPENDENCIES +=
>>>>>  fontconfig LIBASS_CONF_OPTS += --enable-fontconfig
>>>> Here:
>>>>
>>>>     else LIBASS_CONF_OPTS += \
>>>>         --disable-fontconfig \ --disable-require-system-font-provider
>>>>     endif

Hi Vicente, hi Yann,

reading your comments about this problem I created a patch
http://patchwork.ozlabs.org/patch/556201/
combining both of your approaches, what do you think?

Regards, Bernd



More information about the buildroot mailing list