Mercurial > MadButterfly
diff 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 |
line wrap: on
line diff
--- a/include/mb_config.h.in Mon Jul 19 15:44:49 2010 +0800 +++ b/include/mb_config.h.in Wed Dec 01 12:25:56 2010 +0800 @@ -1,3 +1,5 @@ +// -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- +// vim: sw=4:ts=8:sts=4 #ifndef __MB_CONFIG_H_ #define __MB_CONFIG_H_ @@ -10,6 +12,15 @@ /* Enable OpenVG Graphic Engine */ #undef OPENVG_GRAPH_ENGINE +/* Enable DirectFB Graphic Engine */ +#undef DFB_GRAPH_ENGINE + +/* Enable Cairo Image Loader */ +#undef CAIRO_IMG_LOADER + +/* Enable Imlib2 Image Loader */ +#undef IMLIB2_IMG_LOADER + /* Enable sh_text */ #undef SH_TEXT @@ -17,6 +28,9 @@ #undef SH_STEXT /* Enable X backend */ -#undef X_SUPP +#undef X_BACKEND + +/* Enable DirectFB backend */ +#undef DFB_BACKEND #endif /* __MB_CONFIG_H_ */