aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-20 15:22:59 +0300
committerFathi Boudra <fabo@debian.org>2011-10-20 15:22:59 +0300
commit7e63bf20d9d4c6143fc03e436aad49f36a62357b (patch)
tree5a4529379eb37cddbfc5f12f677f2ad03c8b62de
parent03324e3990f00352b38ed00db271c756365891af (diff)
link against libGlESv1_CM on Ubuntu
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21ca995..7f787dc 100644
--- a/Makefile
+++ b/Makefile
@@ -339,7 +339,7 @@ ifeq ($(PLATFORM),linux)
CLIENT_LIBS=$(SDL_LIBS) -lGL
ifeq ($(ARCH),arm)
- CLIENT_LIBS = $(SDL_LIBS) -lGLES_CM -lX11
+ CLIENT_LIBS = $(SDL_LIBS) -lGLESv1_CM -lX11
endif
ifeq ($(USE_OPENAL),1)