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

cairo: remove remaining host variables



host support was removed in 7b38fc20 (cairo: remove host variant),
but it forgot to remove the HOST_CAIRO_CONF_OPT assignment.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent b65e08c5
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -79,12 +79,4 @@ else
	CAIRO_CONF_OPT += --disable-svg
endif

HOST_CAIRO_CONF_OPT = \
		--enable-ps \
		--enable-pdf \
		--enable-xlib \
		--with-x \
		--disable-png \
		--disable-svg

$(eval $(call AUTOTARGETS))