summaryrefslogtreecommitdiffhomepage
path: root/games/just_do
diff options
context:
space:
mode:
authorRDR8 <[email protected]>2017-03-25 20:41:04 -0500
committerRDR8 <[email protected]>2017-03-25 20:41:04 -0500
commit0c16af01e543cdf8c787ed65a022cc89f42b3ef9 (patch)
treeb2e8665e691b7cee761aaf5c2ba56a68a87fc548 /games/just_do
parent3f0c29642225f4da40e29e83117a4589f95be538 (diff)
downloadraylib-0c16af01e543cdf8c787ed65a022cc89f42b3ef9.tar.gz
raylib-0c16af01e543cdf8c787ed65a022cc89f42b3ef9.zip
Replaced font.size with font.baseSize. Uncommented linux libs. Typo or two
Diffstat (limited to 'games/just_do')
-rw-r--r--games/just_do/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/just_do/makefile b/games/just_do/makefile
index a3b5da2d..6bb973c0 100644
--- a/games/just_do/makefile
+++ b/games/just_do/makefile
@@ -119,7 +119,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# libglfw3-dev libopenal-dev libglew-dev libegl1-mesa-dev
LIBS = -lraylib -lglfw3 -lGLEW -lGL -lopenal -lm -pthread -ldl
# on XWindow could require also below libraries, just uncomment
- #LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
+ LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
else
ifeq ($(PLATFORM_OS),OSX)
# libraries for OS X 10.9 desktop compiling