Commit d6e317a4 authored by Rafaël Carré's avatar Rafaël Carré

contrib: don't build glib by default

We only need it as a dependency of another library (fluidsynth)
parent e9afc056
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment