view include/mb_config.h.in @ 805:ae2faf140dc2

Also print # of frames
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 01 Sep 2010 16:28:09 +0800
parents 21f944e79b19
children 586e50f82c1f
line wrap: on
line source

#ifndef __MB_CONFIG_H_
#define __MB_CONFIG_H_

/* Enable Cairo Graphic Engine */
#undef CAIRO_GRAPH_ENGINE

/* Enable Skia Graphic Engine */
#undef SKIA_GRAPH_ENGINE

/* Enable sh_text */
#undef SH_TEXT

/* Enable sh_stext */
#undef SH_STEXT

/* Enable X backend */
#undef X_BACKEND

/* Enable DirectFB backend */
#undef DFB_BACKEND

#endif /* __MB_CONFIG_H_ */