From 7545af9721b0c73c7163db6f327bcf16d0d0505c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 14 Jul 2015 17:21:11 +0200 Subject: [PATCH] (PS3) Compile in HAVE_STB_FONT - remove dependency --- Makefile.ps3 | 2 +- deps/stb/stb_truetype.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.ps3 b/Makefile.ps3 index 6272786299..46ec3fb007 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -68,7 +68,7 @@ ifeq ($(HAVE_RLAUNCH), 1) DEFINES += -DHAVE_RLAUNCH endif -DEFINES += -DHAVE_MENU -DHAVE_RGUI -DHAVE_GLUI -DRARCH_INTERNAL -DMSB_FIRST -DHAVE_OVERLAY +DEFINES += -DHAVE_MENU -DHAVE_RGUI -DHAVE_GLUI -DRARCH_INTERNAL -DMSB_FIRST -DHAVE_OVERLAY -DHAVE_STB_FONT ifeq ($(HAVE_GCMGL), 1) DEFINES += -DHAVE_GCMGL diff --git a/deps/stb/stb_truetype.h b/deps/stb/stb_truetype.h index ae60212e08..b5affb236e 100644 --- a/deps/stb/stb_truetype.h +++ b/deps/stb/stb_truetype.h @@ -424,7 +424,6 @@ int main(int arg, char **argv) #endif #ifndef STBTT_memcpy - #include #define STBTT_memcpy memcpy #define STBTT_memset memset #endif