gstreamer: add depends on directfb (should fix #2802)
authorKoen Kooi <koen@openembedded.org>
Thu, 23 Aug 2007 07:21:50 +0000 (07:21 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 23 Aug 2007 07:21:50 +0000 (07:21 +0000)
packages/gstreamer/gst-common.inc
packages/gstreamer/gst-plugins-bad_0.10.5.bb
packages/gstreamer/gst-plugins.inc

index 31629d7..04f3f30 100644 (file)
@@ -7,6 +7,9 @@ DEFAULT_PREFERENCE = "-1"
 
 inherit autotools pkgconfig
 
+OE_LT_RPATH_ALLOW = "any"
+OE_LT_RPATH_ALLOW[export]="1"
+
 do_stage() {
     rm -rf ${STAGE_TEMP}
     mkdir -p ${STAGE_TEMP}
index 4bd76f8..a6a7d19 100644 (file)
@@ -1,11 +1,11 @@
 require gst-plugins.inc
 
 SRC_URI += "file://vorbisenc.h file://vorbisdec.h"
-DEPENDS += "gst-plugins-base"
+DEPENDS += "gst-plugins-base directfb"
 
 do_compile_prepend() {
        # work around missing files in upstream tarball (upstream bug #454078)
        install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/
 }
 
-PR = "r0"
+PR = "r1"
index 2acf199..37ba2e6 100644 (file)
@@ -10,6 +10,9 @@ EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl"
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 
+OE_LT_RPATH_ALLOW = "any"
+OE_LT_RPATH_ALLOW[export]="1"
+
 LIBV = "0.10"
 
 python populate_packages_prepend () {