From fc6b7d5ddb5160cc8e136c40d2b9dbbaa3c5e274 Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 24 Jan 2019 14:27:24 -0800 Subject: [PATCH] Makefile.common: Remove duplicate -DHAVE_GLSL. --- Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 9a44cc7e01..139d0565f9 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1160,7 +1160,6 @@ ifeq ($(HAVE_GL_CONTEXT), 1) endif OBJ += gfx/drivers_shader/shader_glsl.o - DEFINES += -DHAVE_GLSL endif ifeq ($(HAVE_EGL), 1)