Skip to content

Commit

Permalink
glib: disable tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Mar 18, 2024
1 parent fa1e52e commit 451d171
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gvsbuild/projects/glib.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ def __init__(self):
"glib-package-installation-directory.patch",
],
)
self.add_param("-Dman=false")
self.add_param("-Dman-pages=disabled")
self.add_param("-Dtests=false")
self.add_param("-Dgtk_doc=false")
self.add_param("-Ddocumentation=false")

def build(self):
Meson.build(self)
Expand Down

0 comments on commit 451d171

Please sign in to comment.