[vlc-commits] contrib/fluidsynth: add glib dependency

Felix Paul Kühne git at videolan.org
Mon Dec 9 18:35:11 CET 2013


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Nov 29 18:44:26 2013 +0100| [db92c5f24c3ad3c22bc9158fff5fce4130d544a9] | committer: Felix Paul Kühne

contrib/fluidsynth: add glib dependency

(cherry picked from commit e307931248d8d8cb6609ec91216b283d6ebbf9f1)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=db92c5f24c3ad3c22bc9158fff5fce4130d544a9
---

 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