Commit 130f1b7b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: build fribidi only if needed

parent b8fd5718
......@@ -3,6 +3,9 @@ FRIBIDI_VERSION := 0.19.2
FRIBIDI_URL := http://fribidi.org/download/fribidi-$(FRIBIDI_VERSION).tar.gz
PKGS += fribidi
ifeq ($(call need_pkg,"fribidi"),)
PKGS_FOUND += fribidi
endif
$(TARBALLS)/fribidi-$(FRIBIDI_VERSION).tar.gz:
$(call download,$(FRIBIDI_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