aboutsummaryrefslogtreecommitdiff
path: root/ports/harfbuzz/fix_include.patch
diff options
context:
space:
mode:
authorMartin Vejdarski <extrulm@gmail.com>2021-01-25 10:47:30 +0100
committerGitHub <noreply@github.com>2021-01-25 01:47:30 -0800
commitcc093a822431437b4a78945032f2996efe668a7d (patch)
treee51a99885034a7d02a4e83917148154b60000cd0 /ports/harfbuzz/fix_include.patch
parenta6fbf2032211255168f2437d94ce1bc50c5a03f5 (diff)
downloadvcpkg-cc093a822431437b4a78945032f2996efe668a7d.tar.gz
vcpkg-cc093a822431437b4a78945032f2996efe668a7d.zip
[harfbuzz] Use meson and update to 2.7.0 (#12860)
* [harfbuzz] Use meson * [harfbuzz] Add config file for CMake * [harfbuzz,pango] Remove glib option for harfbuzz * [libass,libmupdf,qt5-base,skia] Fix for harfbuzz * Back out meson edit already applied in https://github.com/microsoft/vcpkg/pull/15258 * [harfbuzz] Fixup pkgconfig * [libass] Bump port version * Revert "[libass,libmupdf,qt5-base,skia] Fix for harfbuzz" This reverts commit 3ba27c6c1c10a2889a8c5e028d010916f91418e3. * [harfbuzz] Update to 2.7.4 * update baseline record * Restore glib feature for harfbuzz and remove vagrant change * Update port version * Change over to manifests * Update port version Co-authored-by: Ebrahim Byagowi <ebrahim@gnu.org> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/harfbuzz/fix_include.patch')
-rw-r--r--ports/harfbuzz/fix_include.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/harfbuzz/fix_include.patch b/ports/harfbuzz/fix_include.patch
deleted file mode 100644
index 894f7b37c..000000000
--- a/ports/harfbuzz/fix_include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c4dc524..bfd15ec 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -431,6 +431,7 @@ endif ()
-
- ## Define harfbuzz library
- add_library(harfbuzz ${project_sources} ${project_extra_sources} ${project_headers})
-+target_include_directories(harfbuzz PUBLIC $<INSTALL_INTERFACE:include/harfbuzz>)
- target_link_libraries(harfbuzz ${THIRD_PARTY_LIBS})
-
-