mostly changing in ofconstatns.h this lines from linx 79 in 0.9:
#elif defined(__ARMEL__)
#define TARGET_LINUX
#define TARGET_OPENGLES
#define TARGET_LINUX_ARM
to:
#elif defined(__ARMEL__)
#define TARGET_LINUX
#define TARGET_LINUX_ARM
but nobody has tested it so there might be some place in the core where it assumes that TARGET_LINUX_ARM==OPENGL
also probably ofAppEGLWindow needs some change to set the version of opengl since right now is hardcoded to use openGL ES or you might be able to use ofAppGLFWWindow if you compile the branch we use for GLFW on the PI