cairo: remove host variant

Since we no longer need to build pango on the host, cairo on the host
is no longer needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-05-15 16:45:54 +02:00
parent 832ce382c6
commit 7b38fc20ba

View File

@ -79,8 +79,6 @@ else
CAIRO_CONF_OPT += --disable-svg
endif
HOST_CAIRO_DEPENDENCIES = host-pkg-config host-pixman host-fontconfig
HOST_CAIRO_CONF_OPT = \
--enable-ps \
--enable-pdf \
@ -90,4 +88,3 @@ HOST_CAIRO_CONF_OPT = \
--disable-svg
$(eval $(call AUTOTARGETS,package,cairo))
$(eval $(call AUTOTARGETS,package,cairo,host))