Commit 034c155f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: build flac only if needed

parent 1c398c43
...@@ -4,6 +4,9 @@ FLAC_VERSION := 1.2.1 ...@@ -4,6 +4,9 @@ FLAC_VERSION := 1.2.1
FLAC_URL := $(SF)/flac/flac-$(FLAC_VERSION).tar.gz FLAC_URL := $(SF)/flac/flac-$(FLAC_VERSION).tar.gz
PKGS += flac PKGS += flac
ifeq ($(call need_pkg,"flac"),)
PKGS_FOUND += flac
endif
$(TARBALLS)/flac-$(FLAC_VERSION).tar.gz: $(TARBALLS)/flac-$(FLAC_VERSION).tar.gz:
$(call download,$(FLAC_URL)) $(call download,$(FLAC_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