diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/common.gypi b/build/common.gypi index 496db7e..70f42dd 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -255,9 +255,6 @@ # Enable new NPDevice API. 'enable_new_npdevice_api%': 0, - - # Enable OpenGL ES. - 'enable_gles%': 0, # Enable EGLImage support in OpenMAX 'enable_eglimage%': 0, @@ -443,11 +440,6 @@ 'ENABLE_GPU=1', ], }], - ['enable_gles==1', { - 'defines': [ - 'ENABLE_GLES=1', - ], - }], ['enable_eglimage==1', { 'defines': [ 'ENABLE_EGLIMAGE=1', |