Skip to content

Commit

Permalink
Merge pull request #1325 from theCapypara/pango-patch
Browse files Browse the repository at this point in the history
pango: patch out dwrite support
  • Loading branch information
danyeaw committed May 9, 2024
2 parents f5d04f9 + a471d1e commit e0e1cd8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gvsbuild/patches/pango/001-disable-dwrite.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- pango-1.52.1/meson.build.orig 2024-03-22 07:35:38.070249300 +0100
+++ pango-1.52.1/meson.build 2024-03-22 07:35:48.181258400 +0100
@@ -377,7 +377,7 @@
if cairo_dep.found()
# cairo < 1.17.8 used a different name
cairo_dwrite_dep = dependency(
- ['cairo-dwrite-font', 'cairo-win32-dwrite-font'],
+ '',
version: cairo_req_version,
required: false
)
1 change: 1 addition & 0 deletions gvsbuild/projects/pango.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self):
"fribidi",
],
patches=[
"001-disable-dwrite.patch",
"002-fix-wrong-usage-gweakref.patch",
"003-remove-extra-hb-face-font.patch",
],
Expand Down

0 comments on commit e0e1cd8

Please sign in to comment.