aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-07-12 01:54:47 +0200
committerraysan5 <raysan5@gmail.com>2016-07-12 01:54:47 +0200
commit3876f19d6a385001a4238ec27bcf3d7643dd190f (patch)
tree6d0540de86b6f81aa1c240063876ce04fff217a0 /examples/Makefile
parent22672bc738ee0923fd43c431cb41d0bf4d8dd96c (diff)
downloadraylib-3876f19d6a385001a4238ec27bcf3d7643dd190f.tar.gz
raylib-3876f19d6a385001a4238ec27bcf3d7643dd190f.zip
Corrected some issues on OpenGL ES
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 711f03a7..d20e229b 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -120,8 +120,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# libraries for Debian GNU/Linux desktop compiling
# requires the following packages:
# libglfw3-dev libopenal-dev libegl1-mesa-dev
- LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -pthread -ldl -lX11 \
- -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
+ LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -pthread -ldl
+ # on XWindow could require also below libraries, just uncomment
+ #LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
else
ifeq ($(PLATFORM_OS),OSX)
# libraries for OS X 10.9 desktop compiling