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