diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-02 23:18:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-02 23:18:32 +0000 |
commit | cd9e68bea720226c840cdf0babfd3f465f027aed (patch) | |
tree | 9bc00a07798587e4a47ac6f7424ecfd865888b40 /pangox.pc.in | |
parent | 329c7a4b5be9a071fee983e2e78484c9a39ef0f8 (diff) | |
download | pango-cd9e68bea720226c840cdf0babfd3f465f027aed.tar.gz |
Default to --disable-static.
Fri Mar 1 00:46:49 2002 Owen Taylor <otaylor@redhat.com>
* configure: Default to --disable-static.
* configure.in pangoft2.pc.in pangoxft2.pc.in pangox.pc.in:
Add a --enable-explicit-deps option to control whether dependency
libraries are written into .la files and .pc files.
Default is auto: if static libraries are off
and shlib dependencies are found, don't write deps.
* pango/Makefile.am sanitize-la.sh: Shell script used
to strip dependencies out of .la files.
* configure.in: Default to --disable-gtk-doc.
* Makefile.am: Add a slightly modified distcheck rule
that passes --enable-gtk-doc to the configure inside.
(So that 'make dist' succeeds inside.)
Diffstat (limited to 'pangox.pc.in')
-rw-r--r-- | pangox.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pangox.pc.in b/pangox.pc.in index d22b0cf4..275c77e1 100644 --- a/pangox.pc.in +++ b/pangox.pc.in @@ -7,6 +7,6 @@ Name: Pango X Description: X Window System font support for Pango Version: @VERSION@ Requires: pango -Libs: -L${libdir} -lpangox @X_LIBS@ @X_EXTRA_LIBS@ +Libs: -L${libdir} -lpangox @PKGCONFIG_X_LIBS@ Cflags: -I${includedir}/pango-1.0 @X_CFLAGS@ |