#!/bin/sh -e #./autogen.sh \ autoreconf -vif #--enable-introspection=yes \ ./configure \ --enable-vala=no \ --enable-introspection=no \ --disable-update-icon-cache \ --disable-update-mime \ --disable-gtk-doc \ --without-gtk \ --disable-static \ --enable-shared \ --host="$HOST" \ --build="$BUILD" \ --prefix="$PREFIX" ## gtk support in gcr requires x11! :( #meson \ # -Dgtk=false \ # -Dgtk_doc=false \ # -Dgpg_path=/bin/gpg \ # --prefix="$PREFIX" \ # ../build