Mercurial > MadButterfly
comparison include/mb_config.h.in @ 1067:7b4e80ab671a openvg
merge from default branch
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 01 Dec 2010 12:25:56 +0800 |
parents | e2c9117b1e12 586e50f82c1f |
children | 1b3e295f3acb |
comparison
equal
deleted
inserted
replaced
630:bd18951b51d5 | 1067:7b4e80ab671a |
---|---|
1 // -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- | |
2 // vim: sw=4:ts=8:sts=4 | |
1 #ifndef __MB_CONFIG_H_ | 3 #ifndef __MB_CONFIG_H_ |
2 #define __MB_CONFIG_H_ | 4 #define __MB_CONFIG_H_ |
3 | 5 |
4 /* Enable Cairo Graphic Engine */ | 6 /* Enable Cairo Graphic Engine */ |
5 #undef CAIRO_GRAPH_ENGINE | 7 #undef CAIRO_GRAPH_ENGINE |
8 #undef SKIA_GRAPH_ENGINE | 10 #undef SKIA_GRAPH_ENGINE |
9 | 11 |
10 /* Enable OpenVG Graphic Engine */ | 12 /* Enable OpenVG Graphic Engine */ |
11 #undef OPENVG_GRAPH_ENGINE | 13 #undef OPENVG_GRAPH_ENGINE |
12 | 14 |
15 /* Enable DirectFB Graphic Engine */ | |
16 #undef DFB_GRAPH_ENGINE | |
17 | |
18 /* Enable Cairo Image Loader */ | |
19 #undef CAIRO_IMG_LOADER | |
20 | |
21 /* Enable Imlib2 Image Loader */ | |
22 #undef IMLIB2_IMG_LOADER | |
23 | |
13 /* Enable sh_text */ | 24 /* Enable sh_text */ |
14 #undef SH_TEXT | 25 #undef SH_TEXT |
15 | 26 |
16 /* Enable sh_stext */ | 27 /* Enable sh_stext */ |
17 #undef SH_STEXT | 28 #undef SH_STEXT |
18 | 29 |
19 /* Enable X backend */ | 30 /* Enable X backend */ |
20 #undef X_SUPP | 31 #undef X_BACKEND |
32 | |
33 /* Enable DirectFB backend */ | |
34 #undef DFB_BACKEND | |
21 | 35 |
22 #endif /* __MB_CONFIG_H_ */ | 36 #endif /* __MB_CONFIG_H_ */ |