Skip to content

Commit

Permalink
Revert "Enable Direct Write font support in Cairo and Harfbuzz"
Browse files Browse the repository at this point in the history
This reverts commit b274db6.
  • Loading branch information
theCapypara committed Aug 9, 2024
1 parent 5f42b14 commit a252345
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion gvsbuild/projects/cairo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(self):
dependencies=["freetype", "glib", "pixman", "libpng"],
patches=["0001-fix-alloca-unresolved.patch"],
)
self.add_param("-Ddwrite=enabled")
self.add_param("-Dfreetype=enabled")
self.add_param("-Dfontconfig=disabled")

Expand Down
3 changes: 0 additions & 3 deletions gvsbuild/projects/harfbuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ def __init__(self):
else:
self.add_param("-Dintrospection=disabled")

self.add_param("-Ddirectwrite=enabled")
self.add_param("-Dgdi=enabled")

def build(self):
Meson.build(self)
self.install(r".\COPYING share\doc\harfbuzz")
1 change: 0 additions & 1 deletion gvsbuild/projects/librsvg.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(self):
"pango",
"gdk-pixbuf",
"libxml2",
"freetype",
],
patches=[],
)
Expand Down

0 comments on commit a252345

Please sign in to comment.