summaryrefslogtreecommitdiffstats
path: root/package/pango
diff options
context:
space:
mode:
authorUlf Samuelsson2007-09-12 06:37:31 +0200
committerUlf Samuelsson2007-09-12 06:37:31 +0200
commit5f17c052bcae08bfd08ddca736a68b02bf3672e7 (patch)
treee1b822c30143fc5aa457a92f4d97aaa6ed02b878 /package/pango
parentAdd hooks for creating your own board support package (diff)
downloadbuildroot-5f17c052bcae08bfd08ddca736a68b02bf3672e7.tar.gz
buildroot-5f17c052bcae08bfd08ddca736a68b02bf3672e7.tar.xz
buildroot-5f17c052bcae08bfd08ddca736a68b02bf3672e7.zip
Update various packages to make X run
Diffstat (limited to 'package/pango')
-rw-r--r--package/pango/pango.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pango/pango.mk b/package/pango/pango.mk
index 3f4fb5358..85fd61619 100644
--- a/package/pango/pango.mk
+++ b/package/pango/pango.mk
@@ -106,8 +106,8 @@ $(PANGO_DIR)/.configured: $(PANGO_DIR)/.unpacked
--enable-shared \
--enable-static \
--with-x \
- --x-includes=$(STAGING_DIR)/usr/include \
- --x-libraries=$(STAGING_DIR)/lib \
+ --x-includes=$(STAGING_DIR)/usr/include/X11 \
+ --x-libraries=$(STAGING_DIR)/usr/lib \
--disable-glibtest \
--enable-explicit-deps=no \
--disable-debug \