[DEV] update the configuration file

This commit is contained in:
2012-11-21 22:21:33 +01:00
parent cc9fe3ac3f
commit 90d01e42fe
4 changed files with 72 additions and 72 deletions

View File

@@ -6,19 +6,19 @@
#
# Modules
#
CONFIG_BUILD_EDN=y
# CONFIG_BUILD_AGG is not set
# CONFIG_BUILD_ETK is not set
# CONFIG_BUILD_EWOL is not set
# CONFIG_BUILD_FREETYPE is not set
# CONFIG_BUILD_LUA is not set
# CONFIG_BUILD_OGG is not set
# CONFIG_BUILD_PARSERSVG is not set
# CONFIG_BUILD_LIBPNG is not set
# CONFIG_BUILD_PORTAUDIO is not set
# CONFIG_BUILD_TINYXML is not set
# CONFIG_BUILD_ZLIB is not set
# CONFIG_BUILD_LIBZIP is not set
BUILD_EDN=y
# BUILD_AGG is not set
# BUILD_ETK is not set
# BUILD_EWOL is not set
# BUILD_FREETYPE is not set
# BUILD_LUA is not set
# BUILD_OGG is not set
# BUILD_PARSERSVG is not set
# BUILD_LIBPNG is not set
# BUILD_PORTAUDIO is not set
# BUILD_TINYXML is not set
# BUILD_ZLIB is not set
# BUILD_LIBZIP is not set
#
# edn
@@ -27,8 +27,8 @@ CONFIG_BUILD_EDN=y
#
# General
#
CONFIG_APPL_BUFFER_FONT_NORMAL=y
# CONFIG_APPL_BUFFER_FONT_DISTANCE_FIELD is not set
APPL_BUFFER_FONT_NORMAL=y
# APPL_BUFFER_FONT_DISTANCE_FIELD is not set
#
# ewol
@@ -37,6 +37,6 @@ CONFIG_APPL_BUFFER_FONT_NORMAL=y
#
# General
#
# CONFIG___VIDEO__OPENGL_ES_1 is not set
CONFIG___VIDEO__OPENGL_ES_2=y
CONFIG___EWOL_APPL_BASIC_TITLE__="Edn : Sources Code Editor"
# __VIDEO__OPENGL_ES_1 is not set
__VIDEO__OPENGL_ES_2=y
__EWOL_APPL_BASIC_TITLE__="Edn : Sources Code Editor"