From 5b9aa74918361ff5d306c39cb695a77d7ea40b8f Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 21 Dec 2012 00:52:07 +0200 Subject: frontend: switch to libpicofe sdl code --- plugins/gpu-gles/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/gpu-gles/Makefile') 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 -- cgit v1.2.3