Skip to content

Commit

Permalink
Merge pull request #4911 from gohai/jogl-fixes
Browse files Browse the repository at this point in the history
Add more Raspberry Pi related fixes to JOGL
  • Loading branch information
benfry committed Apr 20, 2017
2 parents 6c6c4e1 + ce948d8 commit 3ee7d7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Binary file modified core/library/jogl-all.jar
Binary file not shown.
10 changes: 0 additions & 10 deletions core/src/processing/opengl/PSurfaceJOGL.java
Expand Up @@ -137,16 +137,6 @@ public void initOffscreen(PApplet sketch) {
public void initFrame(PApplet sketch) {
this.sketch = sketch;
initIcons();

// https://jogamp.org/bugzilla/show_bug.cgi?id=1290
File mesaLib = new File("/usr/lib/arm-linux-gnueabihf/libGLESv2.so.2");
if (mesaLib.exists()) {
System.out.println("\nIf you are receiving an error regarding the undefined symbol bcm_host_init, " +
"make sure you have the package libgles2-mesa deinstalled. This can be done " +
"by executing \"sudo aptitude remove libgles2-mesa\" in the terminal, and is " +
"a known issue with the Raspbian distribution.\n");
}

initDisplay();
initGL();
initWindow();
Expand Down

0 comments on commit 3ee7d7c

Please sign in to comment.