aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/Makefile
diff options
context:
space:
mode:
authornotaz2012-12-21 00:52:07 +0200
committernotaz2012-12-23 02:16:54 +0200
commit5b9aa74918361ff5d306c39cb695a77d7ea40b8f (patch)
treee402e9d9c55f92d482357479a851f9fa2fdbd2ef /plugins/gpu-gles/Makefile
parent349f7d81b5f776ab69533fcb4e9c4904235b90fd (diff)
downloadpcsx_rearmed-5b9aa74918361ff5d306c39cb695a77d7ea40b8f.tar.gz
pcsx_rearmed-5b9aa74918361ff5d306c39cb695a77d7ea40b8f.tar.bz2
pcsx_rearmed-5b9aa74918361ff5d306c39cb695a77d7ea40b8f.zip
frontend: switch to libpicofe sdl code
Diffstat (limited to 'plugins/gpu-gles/Makefile')
-rw-r--r--plugins/gpu-gles/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile
index 421a6e7..769a68b 100644
--- a/plugins/gpu-gles/Makefile
+++ b/plugins/gpu-gles/Makefile
@@ -12,7 +12,8 @@ ifeq "$(PLATFORM)" "caanoo"
CFLAGS += -DFAKE_WINDOW
LDLIBS += -lopengles_lite -lstdc++
else
-LDLIBS += -lGLES_CM
+CFLAGS += $(CFLAGS_GLES)
+LDLIBS += $(LDLIBS_GLES)
endif
BIN_STANDLALONE = gpuGLES.so