diff -Nru openscenegraph-3.2.3+dfsg1/debian/changelog openscenegraph-3.2.3+dfsg1/debian/changelog --- openscenegraph-3.2.3+dfsg1/debian/changelog 2017-07-25 17:54:26.000000000 +0000 +++ openscenegraph-3.2.3+dfsg1/debian/changelog 2017-07-25 19:22:32.000000000 +0000 @@ -1,3 +1,9 @@ +openscenegraph (3.2.3+dfsg1-2ubuntu6) artful; urgency=medium + + * Try again to fix armhf GLES support. + + -- Steve Langasek Tue, 25 Jul 2017 12:22:32 -0700 + openscenegraph (3.2.3+dfsg1-2ubuntu5) artful; urgency=medium * Fix armhf GLES support for compatibility with current cmake. diff -Nru openscenegraph-3.2.3+dfsg1/debian/rules openscenegraph-3.2.3+dfsg1/debian/rules --- openscenegraph-3.2.3+dfsg1/debian/rules 2017-07-25 17:54:23.000000000 +0000 +++ openscenegraph-3.2.3+dfsg1/debian/rules 2017-07-25 19:00:41.000000000 +0000 @@ -69,7 +69,9 @@ ifeq (armhf,$(DEB_HOST_ARCH)) ARMHF_DEFINES=-D OSG_GL1_AVAILABLE:BOOL=OFF \ -D OSG_GL2_AVAILABLE:BOOL=OFF \ - -D OSG_GLES2_AVAILABLE:BOOL=ON + -D OSG_GLES2_AVAILABLE:BOOL=ON \ + -D OPENGL_gl_LIBRARY:STRING=/usr/lib/arm-linux-gnueabihf/libGLESv2.so \ + -D OPENGL_egl_LIBRARY:STRING=/usr/lib/arm-linux-gnueabihf/libEGL.so endif #