-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1325 from theCapypara/pango-patch
pango: patch out dwrite support
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters