cairo: remove remaining host variables

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-01-17 16:24:58 +01:00
parent b65e08c576
commit fcc7cd3c7b

View File

@ -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))