summaryrefslogtreecommitdiff
path: root/pango/pangox.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-12-18 18:58:24 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-12-18 18:58:24 +0000
commit1a603d00f370167b75a965416080f45824d5b515 (patch)
tree6023e2c3a5b27341215e51d50823ef8d559ac068 /pango/pangox.h
parentcf11e920312b335c5eaa21021a1176fe9f913d9b (diff)
downloadpango-1a603d00f370167b75a965416080f45824d5b515.tar.gz
Fix build breakage, reported by Alex Larsson and Yasushi Shoji
2000-12-18 Havoc Pennington <hp@redhat.com> Fix build breakage, reported by Alex Larsson and Yasushi Shoji * pango/pangox.h: don't include pango.h, just individual headers * configure.in: check for perl, add --disable-rebuilds configure option, automatically disable rebuilds if no perl * pango/Makefile.am: use located perl to run makeenums.pl, and don't try to rebuild if we did --disable-rebuilds (EXTRA_DIST): add built headers * modules/*/*.[hc]: don't include pango.h, include specific headers
Diffstat (limited to 'pango/pangox.h')
-rw-r--r--pango/pangox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangox.h b/pango/pangox.h
index 9a3172fc..222fddc2 100644
--- a/pango/pangox.h
+++ b/pango/pangox.h
@@ -24,7 +24,7 @@
#define __PANGOX_H__
#include <glib.h>
-#include <pango/pango.h>
+#include <pango/pango-layout.h>
#ifdef __cplusplus
extern "C" {