[Fontconfig-bugs] [Bug 59456] Adding a --sysroot like option to fc-cache
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 11 00:10:42 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=59456
--- Comment #12 from Laurentiu Palcu <lpalcu at yahoo.com> ---
(In reply to comment #11)
> (In reply to comment #10)
> > _FcConfigSysRoot is not part of the FcConfig structure, it's static.
>
> It should be.
Well, I started to implement it this way but I soon realized it cannot be done.
If you guys know a way, I'm open to ideas. Anyhow, here's why I did it static:
when FcInitLoadConfig() is called, it must be already aware of any sysroot in
order to contain the config file search to a certain location. Otherwise I
would have had to pass the sysroot to FcInitLoadConfig() but, I'm pretty
certain, changing the existing API would have been even worse. So, I'm not sure
I can make it part of FcConfig structure...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20130211/2d92c91f/attachment.html>
More information about the Fontconfig-bugs
mailing list