[vlc-commits] contrib: harfbuzz: Remove unused variable
David Fuhrmann
git at videolan.org
Sun May 27 12:35:08 CEST 2018
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun May 27 12:28:14 2018 +0200| [0abd9f30f81cf9fe09650f4d71c139cf41df4597] | committer: David Fuhrmann
contrib: harfbuzz: Remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0abd9f30f81cf9fe09650f4d71c139cf41df4597
---
contrib/src/harfbuzz/rules.mak | 4 ----
1 file changed, 4 deletions(-)
diff --git a/contrib/src/harfbuzz/rules.mak b/contrib/src/harfbuzz/rules.mak
index 178f47f047..bdf04c629b 100644
--- a/contrib/src/harfbuzz/rules.mak
+++ b/contrib/src/harfbuzz/rules.mak
@@ -7,10 +7,6 @@ ifeq ($(call need_pkg,"harfbuzz"),)
PKGS_FOUND += harfbuzz
endif
-ifdef HAVE_DARWIN_OS
-HARFBUZZCONF += --with-coretext=yes
-endif
-
$(TARBALLS)/harfbuzz-$(HARFBUZZ_VERSION).tar.bz2:
$(call download_pkg,$(HARFBUZZ_URL),harfbuzz)
More information about the vlc-commits
mailing list