[oe-commits] : gnash minimal: make sound work

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Oct 1 10:02:57 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 07153c3313c4360f8d3d2696e000c5a02b5fd04d
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=07153c3313c4360f8d3d2696e000c5a02b5fd04d

Author:  <koen at openembedded.org>
Date:   Wed Oct  1 09:34:12 2008 +0000

gnash minimal: make sound work

---

 packages/gnash/gnash-minimal.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/gnash/gnash-minimal.inc b/packages/gnash/gnash-minimal.inc
index fddf030..1f3c486 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"
 





More information about the Openembedded-commits mailing list