if [[ ${SMGL_COMPAT_ARCHS[1]} = x86_64 ]]; then
  depends yasm
else
  depends nasm
fi  &&
optional_depends "gtk+2" "--enable-gtk" "--disable-gtk" "build gui frontend"

