build/windows: Enable GEGL dev docs building on Windows

This is not broken according to my tests but babl is.
This commit is contained in:
Bruno Lopes 2024-05-28 08:20:24 -03:00 committed by Bruno
parent a1a22afe1b
commit cb8c8711a6
1 changed files with 2 additions and 2 deletions

View File

@ -103,5 +103,5 @@ configure_or_build ()
cd ../..
}
configure_or_build babl "-Dwith-docs=false"
configure_or_build gegl "-Ddocs=false -Dworkshop=true"
configure_or_build babl '-Dwith-docs=false'
configure_or_build gegl '-Dworkshop=true'