[vlc-devel] [PATCH 3/4] contrib/fluidsynth: compile glib on Darwin since otherwise compilation will fail

Felix Paul Kühne fkuehne at videolan.org
Sat Nov 30 20:36:53 CET 2013


---
 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))
 
-- 
1.8.3.4 (Apple Git-47)




More information about the vlc-devel mailing list