Skip to content

Commit

Permalink
pango: patch out dwrite support
Browse files Browse the repository at this point in the history
This reverts commit 6cf5d49.
  • Loading branch information
theCapypara committed Aug 9, 2024
1 parent a9bb7c4 commit 5f42b14
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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
)
4 changes: 3 additions & 1 deletion gvsbuild/projects/pango.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ def __init__(self):
"harfbuzz",
"fribidi",
],
patches=[],
patches=[
"001-disable-dwrite.patch",
],
)
if self.opts.enable_gi:
self.add_dependency("gobject-introspection")
Expand Down

0 comments on commit 5f42b14

Please sign in to comment.