From 500e058ccef9831b521dac748f5b8271819f9422 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 11 Oct 2015 09:19:11 +0200 Subject: [PATCH] Compile in video_context_driver always --- Makefile.common | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Makefile.common b/Makefile.common index 17d88b8772..b9d4e88159 100644 --- a/Makefile.common +++ b/Makefile.common @@ -548,17 +548,18 @@ endif # Video +OBJ += gfx/video_context_driver.o \ + gfx/drivers_context/gfx_null_ctx.o + ifeq ($(HAVE_GL_CONTEXT), 1) DEFINES += -DHAVE_OPENGL -DHAVE_GLSL OBJ += gfx/drivers/gl.o \ - gfx/video_context_driver.o \ - gfx/drivers_context/gfx_null_ctx.o \ - gfx/drivers/gl_common.o \ - gfx/drivers_font/gl_raster_font.o \ - libretro-common/gfx/math/matrix_4x4.o \ - gfx/video_state_tracker.o \ - gfx/video_texture.o \ - libretro-common/glsym/rglgen.o + gfx/drivers/gl_common.o \ + gfx/drivers_font/gl_raster_font.o \ + libretro-common/gfx/math/matrix_4x4.o \ + gfx/video_state_tracker.o \ + gfx/video_texture.o \ + libretro-common/glsym/rglgen.o ifeq ($(HAVE_KMS), 1) OBJ += gfx/drivers_context/drm_egl_ctx.o