From ce97ddbcb125228cc88fbfdcae932e110ee7daee Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 27 Sep 2021 01:07:10 +0200 Subject: Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 - Use lowercase driver names for the `--rendering-driver` command line argument. --- drivers/SCsub | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/SCsub') diff --git a/drivers/SCsub b/drivers/SCsub index c486a15856..ea6d4c9a47 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -25,8 +25,7 @@ SConscript("winmidi/SCsub") # Graphics drivers if env["vulkan"]: SConscript("vulkan/SCsub") - SConscript("gles2/SCsub") - SConscript("gles_common/SCsub") + SConscript("opengl/SCsub") SConscript("gl_context/SCsub") else: SConscript("dummy/SCsub") -- cgit v1.2.3