diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-04 18:54:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-04 18:54:38 +0000 |
commit | ab4f8917bcf9cbfa48e987f6fee646d2f3c24a85 (patch) | |
tree | 1fedcddc7af664c0ea7e3f13c5b3435d45fb22c3 /packages/gstreamer/gst-plugins.inc | |
parent | e805bcb41f4c5665c63160efba87a80c6c3e840a (diff) |
gst-plugins: add PKG_DYNAMIC for gst-plugins
Diffstat (limited to 'packages/gstreamer/gst-plugins.inc')
-rw-r--r-- | packages/gstreamer/gst-plugins.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc index 009eef67ed..a7f0d6d7e6 100644 --- a/packages/gstreamer/gst-plugins.inc +++ b/packages/gstreamer/gst-plugins.inc @@ -4,6 +4,8 @@ PRIORITY = "optional" DEPENDS = "gstreamer libmikmod libmad liboil libogg tremor libvorbis libid3tag esound-gpe" PR = "r1" +PACKAGES_DYNAMIC = "gst-plugin-*" + # until we have decided for a final naming scheme, # keep using version 0.8 DEFAULT_PREFERENCE = "-1" |