diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-23 07:21:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-23 07:21:50 +0000 |
commit | 84fe881bde018b1338198e9b3288c525442d8d3e (patch) | |
tree | 57cf77f47c0ef1bd9355a2ea86f7d29c2ce00762 /packages/gstreamer/gst-plugins.inc | |
parent | 228f6b29843e4b433479ed7959489547cb156ebe (diff) |
gstreamer: add depends on directfb (should fix #2802)
Diffstat (limited to 'packages/gstreamer/gst-plugins.inc')
-rw-r--r-- | packages/gstreamer/gst-plugins.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc index 2acf1997c8..37ba2e6698 100644 --- a/packages/gstreamer/gst-plugins.inc +++ b/packages/gstreamer/gst-plugins.inc @@ -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 () { |