On 6/5/06, Phil Blundell <[EMAIL PROTECTED]> wrote:
That's a bit strange. From what I recall, the "fixed" font was previously compiled into libXfont. If you haven't changed that library (and assuming that your xserver is actually linked against the shared one) then the behaviour ought probably to be the same.
Thanks for the hint. It turns out that in dix/dixfonts.c, BuiltinRegisterFpeFunctions() is inside an #ifdef KDRIVESERVER. KDRIVESERVER is defined only in kdrive-config.h, while dixfonts.c includes dix-config.h instead. Also there is no fallback to 'built-ins' in SetDefaultFontPath anymore. It works when I patch dixfonts.c to #include kdrive-config.h and add EXTRA_OECONF += "--with-default-font-path=built-ins" in the .bb. regards Philipp _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
