mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 03:40:50 +00:00
Rename to gl_raster_font to clearify.
This commit is contained in:
parent
b239785038
commit
78e5d47a9b
2
Makefile
2
Makefile
@ -162,7 +162,7 @@ ifeq ($(HAVE_SDL), 1)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_OPENGL), 1)
|
ifeq ($(HAVE_OPENGL), 1)
|
||||||
OBJ += gfx/gl.o gfx/gfx_context.o gfx/gl_font.o gfx/fonts/gl_font.o gfx/math/matrix.o
|
OBJ += gfx/gl.o gfx/gfx_context.o gfx/gl_font.o gfx/fonts/gl_raster_font.o gfx/math/matrix.o
|
||||||
|
|
||||||
ifeq ($(HAVE_KMS), 1)
|
ifeq ($(HAVE_KMS), 1)
|
||||||
OBJ += gfx/context/drm_egl_ctx.o
|
OBJ += gfx/context/drm_egl_ctx.o
|
||||||
|
@ -102,7 +102,7 @@ ifeq ($(HAVE_THREADS), 1)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_OPENGL), 1)
|
ifeq ($(HAVE_OPENGL), 1)
|
||||||
OBJ += gfx/gl.o gfx/math/matrix.o gfx/fonts/gl_font.o gfx/gfx_context.o gfx/context/wgl_ctx.o
|
OBJ += gfx/gl.o gfx/math/matrix.o gfx/gl_font.o gfx/fonts/gl_raster_font.o gfx/gfx_context.o gfx/context/wgl_ctx.o
|
||||||
DEFINES += -DHAVE_OPENGL
|
DEFINES += -DHAVE_OPENGL
|
||||||
LIBS += -lopengl32 -lgdi32
|
LIBS += -lopengl32 -lgdi32
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user