From: Peter Korsgaard Date: Wed, 18 Mar 2009 22:39:15 +0000 (-0000) Subject: pango: use same with/without-x setting for host build as for target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=beacda6e73fee8db2ace7e41eebb1edef5e0005a;p=buildroot.git pango: use same with/without-x setting for host build as for target Ensures identical pango.modules contents --- diff --git a/package/pango/pango.mk b/package/pango/pango.mk index b94a9b581c..bfad81a2df 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 $@