if is_depends_enabled $SPELL gtk+3 ; then
  make GTK=3 PREFIX=${INSTALL_ROOT}/usr
else
  make PREFIX=${INSTALL_ROOT}/usr
fi
