cairo: remove host variant
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 15 May 2010 14:45:54 +0000 (16:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 May 2010 20:34:29 +0000 (22:34 +0200)
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>
package/cairo/cairo.mk

index 0ca99aa611d6f5444292dc7265ebf543d7ffacab..9b72ffa3f34512b80c3ee2844e76dedede065c83 100644 (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))