changeset 802:da259699b575

add missing dependency for package gst-plugins-good
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 23 Feb 2010 16:44:42 +0100
parents eb7bd22113c8
children cb49f0818687
files src/gst-plugins-good.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gst-plugins-good.mk	Tue Feb 23 16:21:29 2010 +0100
+++ b/src/gst-plugins-good.mk	Tue Feb 23 16:44:42 2010 +0100
@@ -10,7 +10,7 @@
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://gstreamer.freedesktop.org/
 $(PKG)_URL      := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc glib libxml2 gstreamer liboil libshout cairo directx flac gtk jpeg libpng speex taglib
+$(PKG)_DEPS     := gcc glib libxml2 gstreamer gst-plugins-base liboil libshout cairo directx flac gtk jpeg libpng speex taglib
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://cgit.freedesktop.org/gstreamer/gst-plugins-good/refs/tags' | \