From beacda6e73fee8db2ace7e41eebb1edef5e0005a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 18 Mar 2009 22:39:15 +0000 Subject: pango: use same with/without-x setting for host build as for target Ensures identical pango.modules contents --- package/pango/pango.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/pango') diff --git a/package/pango/pango.mk b/package/pango/pango.mk index b94a9b581..bfad81a2d 100644 --- 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 $@ -- cgit v1.2.3-55-g7522