From fcc7cd3c7b42a2ff829a0cf7d28894cff3a89660 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 17 Jan 2012 16:24:58 +0100 Subject: 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 --- package/cairo/cairo.mk | 8 -------- 1 file changed, 8 deletions(-) (limited to 'package') diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index 1746efff2..2230587bd 100644 --- a/package/cairo/cairo.mk +++ b/package/cairo/cairo.mk @@ -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)) -- cgit v1.2.3