diff options
author | notaz | 2012-12-22 03:12:58 +0200 |
---|---|---|
committer | notaz | 2012-12-23 02:18:40 +0200 |
commit | 2c616080220bf33a8348e12fd8a5c87052300a54 (patch) | |
tree | 0bf9ee60a025fa42873d5dab557a1724445a6d65 /Makefile | |
parent | 5b9aa74918361ff5d306c39cb695a77d7ea40b8f (diff) | |
download | pcsx_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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |