Same thing for non-Griffin build
This commit is contained in:
parent
2fe6a6af5b
commit
2448d356e8
|
@ -569,14 +569,15 @@ endif
|
||||||
OBJ += gfx/video_context_driver.o \
|
OBJ += gfx/video_context_driver.o \
|
||||||
gfx/drivers_context/gfx_null_ctx.o \
|
gfx/drivers_context/gfx_null_ctx.o \
|
||||||
gfx/video_state_tracker.o \
|
gfx/video_state_tracker.o \
|
||||||
gfx/video_texture.o
|
gfx/video_texture.o \
|
||||||
|
libretro-common/gfx/math/matrix_4x4.o \
|
||||||
|
libretro-common/gfx/math/matrix_3x3.o
|
||||||
|
|
||||||
ifeq ($(HAVE_GL_CONTEXT), 1)
|
ifeq ($(HAVE_GL_CONTEXT), 1)
|
||||||
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL
|
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL
|
||||||
OBJ += gfx/drivers/gl.o \
|
OBJ += gfx/drivers/gl.o \
|
||||||
gfx/drivers/gl_common.o \
|
gfx/drivers/gl_common.o \
|
||||||
gfx/drivers_font/gl_raster_font.o \
|
gfx/drivers_font/gl_raster_font.o \
|
||||||
libretro-common/gfx/math/matrix_4x4.o \
|
|
||||||
libretro-common/glsym/rglgen.o
|
libretro-common/glsym/rglgen.o
|
||||||
|
|
||||||
ifeq ($(HAVE_MENU_COMMON), 1)
|
ifeq ($(HAVE_MENU_COMMON), 1)
|
||||||
|
@ -712,8 +713,7 @@ ifeq ($(HAVE_SUNXI), 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_VG), 1)
|
ifeq ($(HAVE_VG), 1)
|
||||||
OBJ += gfx/drivers/vg.o \
|
OBJ += gfx/drivers/vg.o
|
||||||
libretro-common/gfx/math/matrix_3x3.o
|
|
||||||
DEFINES += $(VG_CFLAGS)
|
DEFINES += $(VG_CFLAGS)
|
||||||
LIBS += $(VG_LIBS)
|
LIBS += $(VG_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue