From: Koen Kooi Date: Wed, 1 Oct 2008 09:34:12 +0000 (+0000) Subject: gnash minimal: make sound work X-Git-Tag: Release-2010-05/1~5895 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d2ca92b9e87d4c03b3308f1cb0ae0993be08af;p=openembedded.git gnash minimal: make sound work --- diff --git a/packages/gnash/gnash-minimal.inc b/packages/gnash/gnash-minimal.inc index fddf030e29..1f3c486e53 100644 --- a/packages/gnash/gnash-minimal.inc +++ b/packages/gnash/gnash-minimal.inc @@ -19,7 +19,6 @@ inherit autotools pkgconfig EXTRA_OECONF="--enable-gui=gtk \ --enable-renderer=agg \ - --enable-media=none \ --enable-agg \ --enable-gui=fb \ --enable-z \ @@ -37,6 +36,7 @@ EXTRA_OECONF="--enable-gui=gtk \ --enable-maintainer-mode \ --enable-fps-debug \ --enable-allstatic \ + --enable-static \ --with-top-level=${STAGING_DIR_HOST}/usr \ --disable-ltdl-install \ --without-included-ltdl \ @@ -46,7 +46,7 @@ EXTRA_OECONF="--enable-gui=gtk \ # the test for error_t is wrong for uclibc, needs _GNU_SOURCE for correct # detection because uclibc does not have argz.h which enables error_t -CFLAGS += " -D_GNU_SOURCE -I${S}/libltdl -I${STAGING_INCDIR}/libltdl" +CFLAGS += " -D_GNU_SOURCE -I${S}/libltdl -I${STAGING_INCDIR}/libltdl $(pkgconfig --cflags gstreamer)" PACKAGES =+ "libgnashnet libgnashamf libgnashbase libgnashserver libgnashmedia"