summaryrefslogtreecommitdiff
path: root/fc-lang/fc-lang.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-03-02 19:12:23 +0000
committerKeith Packard <keithp@keithp.com>2003-03-02 19:12:23 +0000
commitff3f1f98ed240a4cde511cace7acd09d40548656 (patch)
treecf246d0984c775c5904484423a8fcd7c35dc7f6e /fc-lang/fc-lang.c
parentbf0093b72487bd463b9c7700902cd8765534c9c1 (diff)
Switch back to -version-info for fontconfig as its at minor 0. Add
--system-only to fc-cache. Fix FC_VERSION to match product version rather than .so version
Diffstat (limited to 'fc-lang/fc-lang.c')
-rw-r--r--fc-lang/fc-lang.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c
index 960c56c..da4b3ed 100644
--- a/fc-lang/fc-lang.c
+++ b/fc-lang/fc-lang.c
@@ -47,6 +47,12 @@ FcMemFree (int kind, int size)
{
}
+FcChar8 *
+FcConfigHome (void)
+{
+ return getenv ("HOME");
+}
+
static void
fatal (char *file, int lineno, char *msg)
{