mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Strip out rxml and yxml if HAVE_VIDEO_LAYOUT is not defined
This commit is contained in:
parent
8e6e30370d
commit
c252cbe9e0
@ -853,6 +853,9 @@ ifeq ($(HAVE_VIDEO_LAYOUT), 1)
|
||||
gfx/video_layout/internal.o \
|
||||
gfx/video_layout/scope.o \
|
||||
gfx/video_layout/load.o
|
||||
OBJ += \
|
||||
$(LIBRETRO_COMM_DIR)/formats/xml/rxml.o \
|
||||
deps/yxml/yxml.o
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_STB_FONT), 1)
|
||||
@ -1717,8 +1720,6 @@ endif
|
||||
OBJ += $(LIBRETRO_COMM_DIR)/formats/bmp/rbmp_encode.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/json/jsonsax.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/json/jsonsax_full.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/xml/rxml.o \
|
||||
deps/yxml/yxml.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/image_transfer.o
|
||||
|
||||
# Easter Egg
|
||||
|
@ -1485,8 +1485,10 @@ DEPENDENCIES
|
||||
/*============================================================
|
||||
XML
|
||||
============================================================ */
|
||||
#ifdef HAVE_VIDEO_LAYOUT
|
||||
#include "../libretro-common/formats/xml/rxml.c"
|
||||
#include "../deps/yxml/yxml.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
AUDIO UTILS
|
||||
|
Loading…
x
Reference in New Issue
Block a user