mkdir build
cd build
  CFLAGS="$SLKCFLAGS" \
  CXXFLAGS="$SLKCFLAGS" \
  meson setup ..\
    "${GNOME_BUILD_ARGS[@]}" \
    $GNOME_OPT_ARGS \
    -Dman=true \
    -Dkerberos=true \
    -Dexchange=true \
    -Dintrospection=true \
    -Downcloud=true \
    -Dimap_smtp=true \
    -Dms_graph=true \
    -Dgoogle=true \
    -Dgoogle_client_id='44438659992-7kgjeitenc16ssihbtdjbgguch7ju55s.apps.googleusercontent.com' \
    -Ddocumentation=false \
    -Dfedora=false
  "${NINJA:=ninja}"
  DESTDIR=$PKG $NINJA install
cd ..
