[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] Re: embedding Carbon dependency info into freetype2.pc & free
From: |
mpsuzuki |
Subject: |
[ft-devel] Re: embedding Carbon dependency info into freetype2.pc & freetype-config |
Date: |
Thu, 12 Oct 2006 10:42:42 +0900 |
Dear Sir,
On Wed, 11 Oct 2006 20:32:41 +0200 (CEST)
Werner LEMBERG <address@hidden> wrote:
>
>> Since freetype-2.2.1 release, I received several complains from
>> MacOSX developers/users [...]
>>
>> To link Carbon library, non-standard option "-Xlinker -framework
>> -Xlinker CoreServices ..." is added to LDFLAGS. If I could embed
>> this option to freetype2.pc and freetype-config (if libfreetype is
>> configured to use Carbon), the reported problem will be solved.
>
>Please do whatever you think is the right solution! I trust in you
>that you will correct any problems which might arise later on :-)
Thank to you for comment. Just I've fixed configure.raw. It uses
new macro FT2_EXTRA_LIBS to embed extra dependency to freetype2.pc
and freetype-config.
Of course, if freetype is built without Carbon (on most Unix),
the macro is substituted by blank, and has no effect.
Regards,
mpsuzuk