Commit beacda6e authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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

Ensures identical pango.modules contents
parent dc69684e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 $@