[vlc-commits] contrib: don't build glib by default
Rafaël Carré
git at videolan.org
Tue Dec 3 09:06:00 CET 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Dec 3 09:04:51 2013 +0100| [d6e317a4ff4dbf74185b825d8872e02522f20615] | committer: Rafaël Carré
contrib: don't build glib by default
We only need it as a dependency of another library (fluidsynth)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6e317a4ff4dbf74185b825d8872e02522f20615
---
contrib/src/glib/rules.mak | 1 -
1 file changed, 1 deletion(-)
diff --git a/contrib/src/glib/rules.mak b/contrib/src/glib/rules.mak
index 0f06849..68cefc0 100644
--- a/contrib/src/glib/rules.mak
+++ b/contrib/src/glib/rules.mak
@@ -3,7 +3,6 @@ GLIB_VERSION := 2.38
GLIB_MINOR_VERSION := 2.38.2
GLIB_URL := http://ftp.gnome.org/pub/gnome/sources/glib/$(GLIB_VERSION)/glib-$(GLIB_MINOR_VERSION).tar.xz
-PKGS += glib
ifeq ($(call need_pkg,"glib-2.0 gthread-2.0"),)
PKGS_FOUND += glib
endif
More information about the vlc-commits
mailing list