diff options
Diffstat (limited to 'package/pango/pango.mk')
-rw-r--r-- | package/pango/pango.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pango/pango.mk b/package/pango/pango.mk index f71add798..f65a6f71e 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -100,13 +100,13 @@ $(PANGO_DIR)/.configured: $(PANGO_DIR)/.unpacked --sysconfdir=/etc \ --datadir=/usr/share \ --localstatedir=/var \ - --includedir=/include \ + --includedir=/usr/include \ --mandir=/usr/man \ --infodir=/usr/info \ --enable-shared \ --enable-static \ --with-x \ - --x-includes=$(STAGING_DIR)/include \ + --x-includes=$(STAGING_DIR)/usr/include \ --x-libraries=$(STAGING_DIR)/lib \ --disable-glibtest \ --enable-explicit-deps=no \ |