-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 496244 – Don't use freetype-config, use pkg-config
2008-01-29 Behdad Esfahbod <[email protected]> Bug 496244 – Don't use freetype-config, use pkg-config * configure.in: Don't use freetype-config. Also cleanup lots of old stale macros around configure.in. * pango-uninstalled.pc.in: * pango.pc.in: * pangocairo-uninstalled.pc.in: * pangocairo.pc.in: * pangoft2-uninstalled.pc.in: * pangoft2.pc.in: * pangowin32.pc.in: * pangox-uninstalled.pc.in: * pangox.pc.in: * pangoxft-uninstalled.pc.in: * pangoxft.pc.in: And cleaned up all the pkg-config files as a result. svn path=/trunk/; revision=2559
- Loading branch information
Showing
12 changed files
with
84 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ Name: Pango Uninstalled | |
Description: Internationalized text handling, Not Installed | ||
Version: @VERSION@ | ||
Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0 | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpango-@[email protected] | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpango-@[email protected] @PKGCONFIG_MATH_LIBS@ | ||
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ Name: Pango Cairo Uninstalled | |
Description: Cairo rendering support for Pango, Not Installed | ||
Version: @VERSION@ | ||
Requires: pango cairo @PKGCONFIG_CAIRO_REQUIRES@ | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangocairo-@[email protected] @PKGCONFIG_CAIRO_LIBS@ | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangocairo-@[email protected] | ||
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: Pango FT2 Uninstalled | ||
Description: Freetype 2.0 font support for Pango, Not Installed | ||
Version: @VERSION@ | ||
Requires: pango | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangoft2-@[email protected] @FREETYPE_LIBS@ | ||
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ @FREETYPE_CFLAGS@ | ||
Requires: pango freetype2 | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangoft2-@[email protected] | ||
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ Description: X Window System font support for Pango, Not Installed | |
Version: @VERSION@ | ||
Requires: pango | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangox-@[email protected] @X_LIBS@ | ||
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ | ||
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ @X_CFLAGS@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Name: Pango Xft Uninstalled | ||
Description: Xft font support for Pango, Not Installed | ||
Version: @VERSION@ | ||
Requires: pango | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangoxft-@[email protected] @XFT_LIBS@ | ||
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ @X_CFLAGS@ @FREETYPE_CFLAGS@ | ||
|
||
Requires: pango pangoft2 xft | ||
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangoxft-@[email protected] | ||
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters