From 8a96efc7231a2be5e610961cd1116e1ce4180f11 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Fri, 23 May 2008 18:22:57 +0000 Subject: agg-minimal: Disable libagggpc, it's disabled in agg as well, and has different license. --- packages/agg/agg-minimal_2.5.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'packages/agg') 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() { -- cgit v1.2.3