[vlc-commits] contrib: harfbuzz: Create pkg-config buildfile with CMake buildsystem
David Fuhrmann
git at videolan.org
Sun Apr 5 15:47:32 CEST 2020
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun May 27 12:29:03 2018 +0200| [6a30871ec2f2d5808daa9bfc60fe3aa15177b8c8] | committer: Jean-Baptiste Kempf
contrib: harfbuzz: Create pkg-config buildfile with CMake buildsystem
This creates a new pkgconfig template, unfortunately the configure-
based template cannnot be used.
(cherry picked from commit eed98c815bd28020c856d65b83602bbd8c067e3e)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6a30871ec2f2d5808daa9bfc60fe3aa15177b8c8
---
contrib/src/harfbuzz/rules.mak | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/contrib/src/harfbuzz/rules.mak b/contrib/src/harfbuzz/rules.mak
index 446a926566..980be40e2c 100644
--- a/contrib/src/harfbuzz/rules.mak
+++ b/contrib/src/harfbuzz/rules.mak
@@ -16,11 +16,10 @@ harfbuzz: harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 .sum-harfbuzz
$(UNPACK)
$(APPLY) $(SRC)/harfbuzz/harfbuzz-aarch64.patch
$(APPLY) $(SRC)/harfbuzz/harfbuzz-clang.patch
+ $(APPLY) $(SRC)/harfbuzz/harfbuzz-no-tests.patch
$(APPLY) $(SRC)/harfbuzz/harfbuzz-fix-freetype-detect.patch
$(APPLY) $(SRC)/harfbuzz/harfbuzz-fix-coretext-detection.patch
$(APPLY) $(SRC)/harfbuzz/harfbuzz-create-pkgconfig-file.patch
- $(APPLY) $(SRC)/harfbuzz/harfbuzz-no-tests.patch
- $(MOVE)
DEPS_harfbuzz = freetype2 $(DEPS_freetype2)
More information about the vlc-commits
mailing list