[PATCH libXfont] Fix build with --disable-builtins
Mikhail Gusarov
dottedmag at dottedmag.net
Fri Jul 9 08:01:14 PDT 2010
Twas brillig at 17:03:01 09.07.2010 UTC+03 when tiago.vignatti at nokia.com did gyre and gimble:
TV> On Mon, Jul 05, 2010 at 08:25:20PM +0200, ext Mikhail Gusarov wrote:
>> ---
>> src/util/miscutil.c | 4 ++++
>> 1 files changed, 4 insertions(+), 0 deletions(-)
>>
>> diff --git a/src/util/miscutil.c b/src/util/miscutil.c
>> index 1e76b4b..b587b3a 100644
>> --- a/src/util/miscutil.c
>> +++ b/src/util/miscutil.c
>> @@ -54,8 +54,12 @@ weak long serverGeneration = 1;
>> weak void
>> register_fpe_functions (void)
>> {
>> +#ifdef XFONT_BUILTINS
>> BuiltinRegisterFpeFunctions();
>> +#endif
>> +#ifdef XFONT_FONTFILE
>> FontFileRegisterFpeFunctions();
>> +#endif
>> #ifdef XFONT_FC
>> fs_register_fpe_functions();
>> #endif
TV> humm, interesting. So then you're setting up the server to not use
TV> 'fixed' as default font path?
Accidentally. It did not work, but it still worth fixing in library, I
think.
--
http://fossarchy.blogspot.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100709/055d420a/attachment.pgp>
More information about the xorg-devel
mailing list