Skip to content

Commit d51f593

Browse files
authored
Merge pull request #532 from slivingston/example-simduino-unused-glut
simduino: remove GLUT dependency
2 parents e3dbf17 + e348d5e commit d51f593

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

examples/board_simduino/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ VPATH += ../parts
3131

3232
LDFLAGS += -lpthread -lutil
3333

34-
include ../Makefile.opengl
35-
3634
all: obj ${firmware} ${target}
3735

3836
include ${simavr}/Makefile.common

examples/board_simduino/simduino.c

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
#include <stdio.h>
2828
#include <libgen.h>
2929

30-
#if __APPLE__
31-
#include <GLUT/glut.h>
32-
#else
33-
#include <GL/glut.h>
34-
#endif
3530
#include <pthread.h>
3631

3732
#include "sim_avr.h"

0 commit comments

Comments
 (0)