Commit 7b38fc20 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 832ce382
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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))