mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-07 10:50:35 +00:00
Add libvita2d rules
This commit is contained in:
parent
805c4c2d12
commit
848be8c549
@ -43,6 +43,10 @@ ifeq ($(HAVE_LIBRETRODB), 1)
|
|||||||
DEFINES += -DHAVE_LIBRETRODB
|
DEFINES += -DHAVE_LIBRETRODB
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HAVE_VITA2D), 1)
|
||||||
|
DEFINES += -DHAVE_VITA2D
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_FBO), 1)
|
ifeq ($(HAVE_FBO), 1)
|
||||||
DEFINES += -DHAVE_FBO
|
DEFINES += -DHAVE_FBO
|
||||||
endif
|
endif
|
||||||
@ -241,6 +245,7 @@ OBJ += frontend/frontend.o \
|
|||||||
performance_counters.o \
|
performance_counters.o \
|
||||||
verbosity.o
|
verbosity.o
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(HAVE_CC_RESAMPLER), 1)
|
ifeq ($(HAVE_CC_RESAMPLER), 1)
|
||||||
DEFINES += -DHAVE_CC_RESAMPLER
|
DEFINES += -DHAVE_CC_RESAMPLER
|
||||||
OBJ += audio/drivers_resampler/cc_resampler.o
|
OBJ += audio/drivers_resampler/cc_resampler.o
|
||||||
@ -594,6 +599,15 @@ ifeq ($(HAVE_THREAD_STORAGE), 1)
|
|||||||
DEFINES += -DHAVE_THREAD_STORAGE
|
DEFINES += -DHAVE_THREAD_STORAGE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HAVE_VITA2D), 1)
|
||||||
|
OBJ += $(DEPS_DIR)/libvita2d/source/vita2d.o \
|
||||||
|
$(DEPS_DIR)/libvita2d/source/vita2d_texture.o \
|
||||||
|
$(DEPS_DIR)/libvita2d/source/vita2d_draw.o \
|
||||||
|
$(DEPS_DIR)/libvita2d/source/utils.o
|
||||||
|
|
||||||
|
OBJ += gfx/drivers/vita2d_gfx.o
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_WAYLAND), 1)
|
ifeq ($(HAVE_WAYLAND), 1)
|
||||||
OBJ += gfx/drivers_context/wayland_ctx.o
|
OBJ += gfx/drivers_context/wayland_ctx.o
|
||||||
DEFINES += $(WAYLAND_CFLAGS) $(WAYLAND_CURSOR_CFLAGS)
|
DEFINES += $(WAYLAND_CFLAGS) $(WAYLAND_CURSOR_CFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user