Commit c6a3b7bf authored by Felipe Contreras's avatar Felipe Contreras Committed by Peter Korsgaard
Browse files

gst-dsp: add dependency to pkg-config



It's used in the Makefile.

Signed-off-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 615ba543
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))