aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnash
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-01 09:34:12 +0000
committerKoen Kooi <koen@openembedded.org>2008-10-01 09:34:12 +0000
commit70d2ca92b9e87d4c03b3308f1cb0ae0993be08af (patch)
tree2c2b7876e9114821006f93de0a85424e217b40c8 /packages/gnash
parent5d286bc28d5cadd5b63c587d9af43bb3fd42d697 (diff)
downloadopenembedded-70d2ca92b9e87d4c03b3308f1cb0ae0993be08af.tar.gz
gnash minimal: make sound work
Diffstat (limited to 'packages/gnash')
-rw-r--r--packages/gnash/gnash-minimal.inc4
1 files changed, 2 insertions, 2 deletions
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"