[DEV] update configs
This commit is contained in:
parent
50addbecbb
commit
4f09da0f0f
@ -6,19 +6,19 @@
|
|||||||
#
|
#
|
||||||
# Modules
|
# Modules
|
||||||
#
|
#
|
||||||
BUILD_EDN=y
|
CONFIG_BUILD_EDN=y
|
||||||
# BUILD_AGG is not set
|
# CONFIG_BUILD_AGG is not set
|
||||||
# BUILD_ETK is not set
|
# CONFIG_BUILD_ETK is not set
|
||||||
# BUILD_EWOL is not set
|
# CONFIG_BUILD_EWOL is not set
|
||||||
# BUILD_FREETYPE is not set
|
# CONFIG_BUILD_FREETYPE is not set
|
||||||
# BUILD_LUA is not set
|
# CONFIG_BUILD_LUA is not set
|
||||||
# BUILD_OGG is not set
|
# CONFIG_BUILD_OGG is not set
|
||||||
# BUILD_PARSERSVG is not set
|
# CONFIG_BUILD_PARSERSVG is not set
|
||||||
# BUILD_LIBPNG is not set
|
# CONFIG_BUILD_LIBPNG is not set
|
||||||
# BUILD_PORTAUDIO is not set
|
# CONFIG_BUILD_PORTAUDIO is not set
|
||||||
# BUILD_TINYXML is not set
|
# CONFIG_BUILD_TINYXML is not set
|
||||||
# BUILD_ZLIB is not set
|
# CONFIG_BUILD_ZLIB is not set
|
||||||
# BUILD_LIBZIP is not set
|
# CONFIG_BUILD_LIBZIP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# edn
|
# edn
|
||||||
@ -27,37 +27,37 @@ BUILD_EDN=y
|
|||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
APPL_BUFFER_FONT_NORMAL=y
|
CONFIG_APPL_BUFFER_FONT_NORMAL=y
|
||||||
# APPL_BUFFER_FONT_DISTANCE_FIELD is not set
|
# CONFIG_APPL_BUFFER_FONT_DISTANCE_FIELD is not set
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Android
|
# Android
|
||||||
#
|
#
|
||||||
__EWOL_ANDROID_MINIMUM_SDK_VERSION__=9
|
CONFIG___EWOL_ANDROID_MINIMUM_SDK_VERSION__=9
|
||||||
# __EWOL_ANDROID_SHOW_TITLE__ is not set
|
# CONFIG___EWOL_ANDROID_SHOW_TITLE__ is not set
|
||||||
__EWOL_ANDROID_ORIENTATION_AUTO__=y
|
CONFIG___EWOL_ANDROID_ORIENTATION_AUTO__=y
|
||||||
# __EWOL_ANDROID_ORIENTATION_LANDSCAPE__ is not set
|
# CONFIG___EWOL_ANDROID_ORIENTATION_LANDSCAPE__ is not set
|
||||||
# __EWOL_ANDROID_ORIENTATION_PORTRAIT__ is not set
|
# CONFIG___EWOL_ANDROID_ORIENTATION_PORTRAIT__ is not set
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Permissions
|
# Permissions
|
||||||
#
|
#
|
||||||
__ANDROID_PERMISSION__WRITE_EXTERNAL_STORAGE__=y
|
CONFIG___ANDROID_PERMISSION__WRITE_EXTERNAL_STORAGE__=y
|
||||||
# __ANDROID_PERMISSION__CAMERA__ is not set
|
# CONFIG___ANDROID_PERMISSION__CAMERA__ is not set
|
||||||
# __ANDROID_PERMISSION__INTERNET__ is not set
|
# CONFIG___ANDROID_PERMISSION__INTERNET__ is not set
|
||||||
# __ANDROID_PERMISSION__MODIFY_AUDIO_SETTINGS__ is not set
|
# CONFIG___ANDROID_PERMISSION__MODIFY_AUDIO_SETTINGS__ is not set
|
||||||
# __ANDROID_PERMISSION__READ_CALENDAR__ is not set
|
# CONFIG___ANDROID_PERMISSION__READ_CALENDAR__ is not set
|
||||||
# __ANDROID_PERMISSION__READ_CONTACTS__ is not set
|
# CONFIG___ANDROID_PERMISSION__READ_CONTACTS__ is not set
|
||||||
# __ANDROID_PERMISSION__READ_FRAME_BUFFER__ is not set
|
# CONFIG___ANDROID_PERMISSION__READ_FRAME_BUFFER__ is not set
|
||||||
# __ANDROID_PERMISSION__READ_PROFILE__ is not set
|
# CONFIG___ANDROID_PERMISSION__READ_PROFILE__ is not set
|
||||||
# __ANDROID_PERMISSION__RECORD_AUDIO__ is not set
|
# CONFIG___ANDROID_PERMISSION__RECORD_AUDIO__ is not set
|
||||||
# __ANDROID_PERMISSION__SET_ORIENTATION__ is not set
|
# CONFIG___ANDROID_PERMISSION__SET_ORIENTATION__ is not set
|
||||||
# __ANDROID_PERMISSION__VIBRATE__ is not set
|
# CONFIG___ANDROID_PERMISSION__VIBRATE__ is not set
|
||||||
# __ANDROID_PERMISSION__ACCESS_COARSE_LOCATION__ is not set
|
# CONFIG___ANDROID_PERMISSION__ACCESS_COARSE_LOCATION__ is not set
|
||||||
# __ANDROID_PERMISSION__ACCESS_FINE_LOCATION__ is not set
|
# CONFIG___ANDROID_PERMISSION__ACCESS_FINE_LOCATION__ is not set
|
||||||
# __VIDEO__OPENGL_ES_1 is not set
|
# CONFIG___VIDEO__OPENGL_ES_1 is not set
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -67,5 +67,5 @@ __ANDROID_PERMISSION__WRITE_EXTERNAL_STORAGE__=y
|
|||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
__EWOL_INTEGRATED_FONT__=y
|
CONFIG___EWOL_INTEGRATED_FONT__=y
|
||||||
__EWOL_APPL_BASIC_TITLE__="Edn : Sources Code Editor"
|
CONFIG___EWOL_APPL_BASIC_TITLE__="Edn : Sources Code Editor"
|
||||||
|
@ -6,19 +6,19 @@
|
|||||||
#
|
#
|
||||||
# Modules
|
# Modules
|
||||||
#
|
#
|
||||||
BUILD_EDN=y
|
CONFIG_BUILD_EDN=y
|
||||||
# BUILD_AGG is not set
|
# CONFIG_BUILD_AGG is not set
|
||||||
# BUILD_ETK is not set
|
# CONFIG_BUILD_ETK is not set
|
||||||
# BUILD_EWOL is not set
|
# CONFIG_BUILD_EWOL is not set
|
||||||
# BUILD_FREETYPE is not set
|
# CONFIG_BUILD_FREETYPE is not set
|
||||||
# BUILD_LUA is not set
|
# CONFIG_BUILD_LUA is not set
|
||||||
# BUILD_OGG is not set
|
# CONFIG_BUILD_OGG is not set
|
||||||
# BUILD_PARSERSVG is not set
|
# CONFIG_BUILD_PARSERSVG is not set
|
||||||
# BUILD_LIBPNG is not set
|
# CONFIG_BUILD_LIBPNG is not set
|
||||||
# BUILD_PORTAUDIO is not set
|
# CONFIG_BUILD_PORTAUDIO is not set
|
||||||
# BUILD_TINYXML is not set
|
# CONFIG_BUILD_TINYXML is not set
|
||||||
# BUILD_ZLIB is not set
|
# CONFIG_BUILD_ZLIB is not set
|
||||||
# BUILD_LIBZIP is not set
|
# CONFIG_BUILD_LIBZIP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# edn
|
# edn
|
||||||
@ -27,8 +27,8 @@ BUILD_EDN=y
|
|||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
APPL_BUFFER_FONT_NORMAL=y
|
CONFIG_APPL_BUFFER_FONT_NORMAL=y
|
||||||
# APPL_BUFFER_FONT_DISTANCE_FIELD is not set
|
# CONFIG_APPL_BUFFER_FONT_DISTANCE_FIELD is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# ewol
|
# ewol
|
||||||
@ -37,5 +37,5 @@ APPL_BUFFER_FONT_NORMAL=y
|
|||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
# __EWOL_INTEGRATED_FONT__ is not set
|
# CONFIG___EWOL_INTEGRATED_FONT__ is not set
|
||||||
__EWOL_APPL_BASIC_TITLE__="Edn : Sources Code Editor"
|
CONFIG___EWOL_APPL_BASIC_TITLE__="Edn : Sources Code Editor"
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
#
|
#
|
||||||
# Modules
|
# Modules
|
||||||
#
|
#
|
||||||
BUILD_EDN=y
|
CONFIG_BUILD_EDN=y
|
||||||
# BUILD_AGG is not set
|
# CONFIG_BUILD_AGG is not set
|
||||||
# BUILD_ETK is not set
|
# CONFIG_BUILD_ETK is not set
|
||||||
# BUILD_FREETYPE is not set
|
# CONFIG_BUILD_FREETYPE is not set
|
||||||
BUILD_GLEW=y
|
CONFIG_BUILD_GLEW=y
|
||||||
# BUILD_LUA is not set
|
# CONFIG_BUILD_LUA is not set
|
||||||
# BUILD_OGG is not set
|
# CONFIG_BUILD_OGG is not set
|
||||||
# BUILD_PARSERSVG is not set
|
# CONFIG_BUILD_PARSERSVG is not set
|
||||||
# BUILD_LIBPNG is not set
|
# CONFIG_BUILD_LIBPNG is not set
|
||||||
# BUILD_TINYXML is not set
|
# CONFIG_BUILD_TINYXML is not set
|
||||||
# BUILD_ZLIB is not set
|
# CONFIG_BUILD_ZLIB is not set
|
||||||
# BUILD_LIBZIP is not set
|
# CONFIG_BUILD_LIBZIP is not set
|
||||||
# BUILD_EWOL is not set
|
# CONFIG_BUILD_EWOL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# edn
|
# edn
|
||||||
@ -26,8 +26,8 @@ BUILD_GLEW=y
|
|||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
APPL_BUFFER_FONT_NORMAL=y
|
CONFIG_APPL_BUFFER_FONT_NORMAL=y
|
||||||
# APPL_BUFFER_FONT_DISTANCE_FIELD is not set
|
# CONFIG_APPL_BUFFER_FONT_DISTANCE_FIELD is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# ewol
|
# ewol
|
||||||
@ -36,5 +36,5 @@ APPL_BUFFER_FONT_NORMAL=y
|
|||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
__EWOL_APPL_BASIC_TITLE__="Ewol Basic Title"
|
CONFIG___EWOL_APPL_BASIC_TITLE__="Ewol Basic Title"
|
||||||
__EWOL_INTEGRATED_FONT__=y
|
CONFIG___EWOL_INTEGRATED_FONT__=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user