projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc69684
)
pango: use same with/without-x setting for host build as for target
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 18 Mar 2009 22:39:15 +0000
(22:39 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 18 Mar 2009 22:39:15 +0000
(22:39 -0000)
Ensures identical pango.modules contents
package/pango/pango.mk
patch
|
blob
|
history
diff --git
a/package/pango/pango.mk
b/package/pango/pango.mk
index b94a9b581c49b48fe7e5cf46ce1bcbcaa47800e9..bfad81a2dfb3d32c963d50aecd4c76a4ff80f33c 100644
(file)
--- a/
package/pango/pango.mk
+++ b/
package/pango/pango.mk
@@
-82,7
+82,7
@@
$(PANGO_HOST_DIR)/.configured: $(PANGO_HOST_DIR)/.unpacked $(PKGCONFIG_HOST_BINA
--prefix=$(HOST_DIR)/usr \
--sysconfdir=$(HOST_DIR)/etc \
--disable-static \
-
--with-x
\
+
$(if $(BR2_PACKAGE_XSERVER_none),--without-x,--with-x)
\
--disable-debug \
)
touch $@