diff options
Diffstat (limited to 'repo/system/glib.xibuild')
-rw-r--r-- | repo/system/glib.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild index 45ff5cd..264fa29 100644 --- a/repo/system/glib.xibuild +++ b/repo/system/glib.xibuild @@ -13,7 +13,7 @@ build () { meson --prefix=/usr \ --buildtype=release \ - -Dman=true \ + -Dman=false \ .. && ninja } |