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. --- platform/linuxbsd/SCsub | 2 -- 1 file changed, 2 deletions(-) (limited to 'platform/linuxbsd/SCsub') diff --git a/platform/linuxbsd/SCsub b/platform/linuxbsd/SCsub index 05393f6246..cec8706fbc 100644 --- a/platform/linuxbsd/SCsub +++ b/platform/linuxbsd/SCsub @@ -20,8 +20,6 @@ if "x11" in env and env["x11"]: "key_mapping_x11.cpp", ] -#"context_gl_x11.cpp", - if "vulkan" in env and env["vulkan"]: common_linuxbsd.append("vulkan_context_x11.cpp") -- cgit v1.2.3