Commit 9fc317a3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: detect local taglib

parent 942b9f16
......@@ -4,6 +4,9 @@ TAGLIB_VERSION := 1.9.1
TAGLIB_URL := http://taglib.github.io/releases/taglib-$(TAGLIB_VERSION).tar.gz
PKGS += taglib
ifeq ($(call need_pkg,"taglib >= 1.9"),)
PKGS_FOUND += taglib
endif
$(TARBALLS)/taglib-$(TAGLIB_VERSION).tar.gz:
$(call download,$(TAGLIB_URL))
......
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