diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-08-24 08:40:43 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-08-24 08:40:43 +0000 |
commit | cbea2f4a751b5ee8fb1343a05742f8b8765dec7a (patch) | |
tree | ce7f5e43b1b16ffd2812da66f3ac5ca8aab82df6 /packages/gstreamer/gst-plugins-bad_0.10.5.bb | |
parent | b5cde5b415845b3de95c0dbff39c11b8446b9aa0 (diff) |
gst-plugins-bad_0.10.5.bb : apply bug from #2854 to fix properly the directfb
problems in compile. Thanks to "Gordon Syme"
Diffstat (limited to 'packages/gstreamer/gst-plugins-bad_0.10.5.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins-bad_0.10.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gstreamer/gst-plugins-bad_0.10.5.bb b/packages/gstreamer/gst-plugins-bad_0.10.5.bb index 9c7d94117c..ce61d10010 100644 --- a/packages/gstreamer/gst-plugins-bad_0.10.5.bb +++ b/packages/gstreamer/gst-plugins-bad_0.10.5.bb @@ -1,8 +1,8 @@ require gst-plugins.inc -SRC_URI += "file://vorbisenc.h file://vorbisdec.h" -DEPENDS += "gst-plugins-base" -EXTRA_OECONF += " --disable-directfb " +SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ + file://gst-plugins-directfb-fix.patch;patch=1;pnum=2" +DEPENDS += "gst-plugins-base directfb" do_compile_prepend() { # work around missing files in upstream tarball (upstream bug #454078) |