system"meson --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX} _build -Dgtk_doc=false"# Due to issues with gtk_doc it has been disabled; I will revist this when gtk_doc is fixed
system"./configure #{CREW_OPTIONS} --with-pam-dir=#{CREW_PREFIX}/lib/security --disable-schemas-compile --disable-doc"# Docs cannot be used due to #4275
system"make -j#{CREW_NPROC}"
defself.build
system"./configure #{CREW_OPTIONS} --with-pam-dir=#{CREW_PREFIX}/lib/security --disable-schemas-compile --disable-doc"# Docs cannot be used due to #4275