1 /***************************************************************************/
5 /* Build macros of the FreeType 2 library. */
7 /* Copyright 1996-2001, 2003, 2006 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
16 /***************************************************************************/
19 /*************************************************************************/
21 /* This is a Unix-specific version of <ft2build.h> that should be used */
22 /* exclusively *after* installation of the library. */
24 /* It assumes that `/usr/local/include/freetype2' (or whatever is */
25 /* returned by the `freetype-config --cflags' or `pkg-config --cflags' */
26 /* command) is in your compilation include path. */
28 /* We don't need to do anything special in this release. However, for */
29 /* a future FreeType 2 release, the following installation changes will */
32 /* - The contents of `freetype-2.x/include/freetype' will be installed */
33 /* to `/usr/local/include/freetype2' instead of */
34 /* `/usr/local/include/freetype2/freetype'. */
36 /* - This file will #include <freetype2/config/ftheader.h>, instead */
37 /* of <freetype/config/ftheader.h>. */
39 /* - The contents of `ftheader.h' will be processed with `sed' to */
40 /* replace all `<freetype/xxx>' with `<freetype2/xxx>'. */
42 /* - Adding `/usr/local/include/freetype2' to your compilation include */
43 /* path will not be necessary anymore. */
45 /* These changes will be transparent to client applications which use */
46 /* freetype-config (or pkg-config). No modifications will be necessary */
47 /* to compile with the new scheme. */
49 /*************************************************************************/
52 #ifndef __FT2_BUILD_UNIX_H__
53 #define __FT2_BUILD_UNIX_H__
55 /* `<prefix>/include/freetype2' must be in your current inclusion path */
56 #include <freetype/config/ftheader.h>
58 #endif /* __FT2_BUILD_UNIX_H__ */