aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-12-22 03:12:58 +0200
committernotaz2012-12-23 02:18:40 +0200
commit2c616080220bf33a8348e12fd8a5c87052300a54 (patch)
tree0bf9ee60a025fa42873d5dab557a1724445a6d65 /Makefile
parent5b9aa74918361ff5d306c39cb695a77d7ea40b8f (diff)
downloadpcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.tar.gz
pcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.tar.bz2
pcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.zip
bump libpicofe for r-pi gl code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3cd3b2..0d72dea 100644
--- a/Makefile
+++ b/Makefile
@@ -138,9 +138,10 @@ OBJS += frontend/libpicofe/plat_dummy.o
OBJS += frontend/libpicofe/linux/in_evdev.o
OBJS += frontend/plat_sdl.o
ifeq "$(HAVE_GLES)" "1"
-OBJS += frontend/libpicofe/gl.o
+OBJS += frontend/libpicofe/gl.o frontend/libpicofe/gl_platform.o
LDLIBS += $(LDLIBS_GLES)
frontend/libpicofe/plat_sdl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES)
+frontend/libpicofe/gl_platform.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES)
frontend/libpicofe/gl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES)
frontend/plat_sdl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES)
endif