Browse Source

pango: use same with/without-x setting for host build as for target

Ensures identical pango.modules contents
Peter Korsgaard 16 years ago
parent
commit
beacda6e73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/pango/pango.mk

+ 1 - 1
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 $@