Fix fontconfig.pc generation in Imakefile
This commit is contained in:
parent
d0f07b8d58
commit
c0d42979ad
|
@ -1,4 +1,4 @@
|
||||||
XCOMM $XFree86: Imakefile,v 1.4 2002/05/23 17:06:46 keithp Exp $
|
XCOMM $XFree86: xc/lib/fontconfig/Imakefile,v 1.5 2002/05/25 13:52:37 herrb Exp $
|
||||||
|
|
||||||
#define IHaveSubdirs
|
#define IHaveSubdirs
|
||||||
#define PassCDebugFlags
|
#define PassCDebugFlags
|
||||||
|
@ -53,7 +53,7 @@ all:: fontconfig.pc
|
||||||
|
|
||||||
fontconfig.pc: fontconfig.pc.in
|
fontconfig.pc: fontconfig.pc.in
|
||||||
RemoveFile($@)
|
RemoveFile($@)
|
||||||
sh config/config-subst $(SUBSTVARS) < fontconfig-config.in > $@
|
sh config/config-subst $(SUBSTVARS) < fontconfig.pc.in > $@
|
||||||
|
|
||||||
InstallNonExecFile(fontconfig.pc,$(USRLIBDIR)/pkgconfig)
|
InstallNonExecFile(fontconfig.pc,$(USRLIBDIR)/pkgconfig)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue