From: Leon Woestenberg Date: Fri, 23 May 2008 18:22:57 +0000 (+0000) Subject: agg-minimal: Disable libagggpc, it's disabled in agg as well, and has different license. X-Git-Tag: Release-2010-05/1~6879^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a96efc7231a2be5e610961cd1116e1ce4180f11;p=openembedded.git agg-minimal: Disable libagggpc, it's disabled in agg as well, and has different license. --- diff --git a/packages/agg/agg-minimal_2.5.bb b/packages/agg/agg-minimal_2.5.bb index 57a21a68cd..7d5979a609 100644 --- a/packages/agg/agg-minimal_2.5.bb +++ b/packages/agg/agg-minimal_2.5.bb @@ -8,7 +8,6 @@ DEPENDS = "freetype" PR = "r0" SRC_URI = "http://www.antigrain.com/agg-${PV}.tar.gz" -# this patch is needed to build without SDL SRC_URI += "http://www.wxsvg.org/files/agg-2.5_cygming.patch;patch=1" S = "${WORKDIR}/agg-${PV}" @@ -21,9 +20,7 @@ FILES_${PN} = "${libdir}/libagg.so.* \ LEAD_SONAME = "libagg.so" -# configured for minimal external dependencies (no X, no SDL) for use by -# framebuffer driven applications. -EXTRA_OECONF = "--enable-gpc --without-x --disable-examples --disable-ctrl \ +EXTRA_OECONF = "--disable-gpc --without-x --disable-examples --disable-ctrl \ --disable-platform --disable-win32tt --disable-sdltest" do_stage() {