diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-08-16 21:48:50 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-08-16 22:02:41 -0400 |
commit | 194b6ee552318ec6c494f34ed9f0979d0460fe4f (patch) | |
tree | af5b939f4750a4208b58c06b71fe09cdefa144f0 /Makefile.am | |
parent | 8168660e5f1906aed2a45d30529058f51473bcef (diff) | |
download | pango-194b6ee552318ec6c494f34ed9f0979d0460fe4f.tar.gz |
Remove PangoX
Been overdue...
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index b0b56ec6..1ac018a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,13 +6,11 @@ EXTRA_DIST = \ autogen.sh \ pango.pc.in \ pangocairo.pc.in \ - pangox.pc.in \ pangoxft.pc.in \ pangoft2.pc.in \ pangowin32.pc.in \ pango-uninstalled.pc.in \ pangocairo-uninstalled.pc.in \ - pangox-uninstalled.pc.in \ pangoxft-uninstalled.pc.in \ pangoft2-uninstalled.pc.in \ pangowin32-uninstalled.pc.in \ @@ -84,10 +82,6 @@ if HAVE_CAIRO pkgconfig_DATA += pangocairo.pc endif -if HAVE_X -pkgconfig_DATA += pangox.pc -endif - if HAVE_XFT pkgconfig_DATA += pangoxft.pc endif |