[vlc-commits] contrib/fluidsynth: add glib dependency
Felix Paul Kühne
git at videolan.org
Mon Dec 2 22:52:25 CET 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Nov 29 18:44:26 2013 +0100| [e307931248d8d8cb6609ec91216b283d6ebbf9f1] | committer: Felix Paul Kühne
contrib/fluidsynth: add glib dependency
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e307931248d8d8cb6609ec91216b283d6ebbf9f1
---
contrib/src/fluid/rules.mak | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/src/fluid/rules.mak b/contrib/src/fluid/rules.mak
index 080149c..8fc125a 100644
--- a/contrib/src/fluid/rules.mak
+++ b/contrib/src/fluid/rules.mak
@@ -10,6 +10,8 @@ ifeq ($(call need_pkg,"fluidsynth >= 1.1.2"),)
PKGS_FOUND += fluid
endif
+DEPS_fluid = glib $(DEPS_glib)
+
$(TARBALLS)/fluidsynth-$(FLUID_VERSION).tar.bz2:
$(call download,$(FLUID_URL))
More information about the vlc-commits
mailing list