From b646ecfe08601af5587b0f3e10e0bf2e62e355c6 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 20 Jan 2005 08:28:54 +0000 Subject: Track various renamings. Insert new includes for backend-specific header files. Remove redundant include of cairo-features.h. Rename header-exclusion macro from _CAIRO_H_ to CAIRO_H. Remove platform-specific grubbing for cairo-features.h and pixman.h in odd places. Remove all backend-specific prototypes, (as they are now in their own header files). Remove deprecated Remove printf. Convert to utf-8. Use the proper name for multiple-header exclusion (CAIRO_FEATURES_H). Track rename of FREETYPE_FONT_FEATURE to FT_FONT_FEATURE. Split cairo.h up into cairo.h, cairo-ft.h, cairo-glitz.h, cairo-pdf.h, cairo-png.h, cairo-ps.h, cairo-xcb.h, cairo-xlib.h. Update for rename of cairo_wideint.h to cairo-wideint.h. Rename CAIRO_HAS_FREETYPE_FONT to CAIRO_HAS_FT_FONT, (to match cairo_ft_font functions and cairo-ft.h). Update for public header files now in /cairo. --- cairo.pc.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cairo.pc.in') diff --git a/cairo.pc.in b/cairo.pc.in index 4457b5d2..4e420b20 100644 --- a/cairo.pc.in +++ b/cairo.pc.in @@ -9,5 +9,4 @@ Version: @VERSION@ Requires: fontconfig libpixman @XRENDER_REQUIRES@ @PNG_REQUIRES@ @GLITZ_REQUIRES@ Libs: @FREETYPE_LIBS@ -L${libdir} -lcairo -Cflags: @FREETYPE_CFLAGS@ -I${includedir} - +Cflags: @FREETYPE_CFLAGS@ -I${includedir}/cairo -- cgit v1.2.3