gst-dsp: add dependency to pkg-config

It's used in the Makefile.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Felipe Contreras 2012-02-11 02:04:34 +02:00 committed by Peter Korsgaard
parent 615ba54394
commit c6a3b7bff2

View File

@ -13,6 +13,6 @@ define GST_DSP_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/usr/lib/gstreamer-0.10/libgstdsp.so
endef
GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries
GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries host-pkg-config
$(eval $(call GENTARGETS))