comparison include/mb_config.h.in @ 467:6e18550c8fa8 Android_Skia

Header file to config graphic engine
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:24:35 +0800
parents
children ba64f928542b
comparison
equal deleted inserted replaced
466:cd6f57b9b104 467:6e18550c8fa8
1 #ifndef __MB_CONFIG_H_
2 #define __MB_CONFIG_H_
3
4 /* Enable Cairo Graphic Engine */
5 #undef CAIRO_GRAPH_ENGINE
6
7 /* Enable Skia Graphic Engine */
8 #undef SKIA_GRAPH_ENGINE
9
10 #endif /* __MB_CONFIG_H_ */