1 diff -aur fluxus/SConstruct fluxus-build/SConstruct
2 --- fluxus/SConstruct 2011-06-10 10:54:46.000000000 +0200
3 +++ fluxus-build/SConstruct 2011-06-10 11:59:49.000000000 +0200
6 "/usr/local/include/freetype2", # arg - freetype needs to be
7 "/usr/include/freetype2", # on the include path :(
8 + "/usr/lib/libffi-3.0.9/include", # libffi include path
10 "../../libfluxus/src"]
13 LibList += [["GL", "GL/gl.h"],
15 ["glut", "GL/glut.h"],
17 ["asound", "alsa/asoundlib.h"],
18 ["openal", "AL/al.h"]]