diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-23 18:22:57 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-23 18:22:57 +0000 |
commit | 8a96efc7231a2be5e610961cd1116e1ce4180f11 (patch) | |
tree | cec322915571d4a8c7e373c780003b950121bdb2 | |
parent | dcbe202345b32dbfa1e55b1b9989b9f5fe6524fe (diff) |
agg-minimal: Disable libagggpc, it's disabled in agg as well, and has different license.
-rw-r--r-- | packages/agg/agg-minimal_2.5.bb | 5 |
1 files changed, 1 insertions, 4 deletions
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() { |