diff options
author | Sven Neumann <sven@gimp.org> | 2001-03-15 05:59:03 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-03-15 05:59:03 +0000 |
commit | 4133033f2fc761441cc14b5aaf602a749db8fd1a (patch) | |
tree | 367c9d5e37747bc028548642a41f5f02d7ace8fe /Makefile.am | |
parent | 2ebe73ff42ea4cf55421d1a28f6cd1ef32aaa632 (diff) | |
download | pango-4133033f2fc761441cc14b5aaf602a749db8fd1a.tar.gz |
Makefile.am configure.in modules/*/Makefile.am make it compile without X
2001-03-15 Sven Neumann <sven@gimp.org>
* Makefile.am
* configure.in
* modules/*/Makefile.am
* pango/Makefile.am: make it compile without X headers
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a55e35d8..e083b4d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,10 @@ EXTRA_DIST = \ TODO.xml \ README.win32 +if HAVE_X +X_PC=pangox.pc +endif + if HAVE_XFT XFT_PC=pangoxft.pc endif @@ -20,7 +24,7 @@ FT2_PC=pangoft2.pc endif pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = pango.pc pangox.pc $(XFT_PC) $(FT2_PC) +pkgconfig_DATA = pango.pc $(X_PC) $(XFT_PC) $(FT2_PC) dist-hook: pango.spec cp pango.spec $(distdir) |