New commits:
commit 5bda048e93d84b3a6e498ec876cf07f4dd81f80e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
mesademos: Rename mesademo's clear as clear-gl (Bug #15785)
PATCHLEVEL++
Trigger an ncurses build *after* mesademos if mesademos
is providing /usr/bin/clear
This is to avoid ncurses casting and installing the proper
/usr/bin/clear, then mesademos casting and *removing* what it thinks is
its /usr/bin/clear (and installing /usr/bin/clear-gl), and the user now
having no /usr/bin/clear (a `cleanse --fix` would fix this, but we
shouldn't expect our users to do this except when things are really
broken).
(cherry picked from commit 7b1415ebc5dfbbc4e672af78bf9a62cd78067b8e)
commit 1836d88bd8f2db17114e286268e982040178aafe
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
mesademos: Disable building egl
Making all in opengl
make[3]: Entering directory `/usr/src/mesa-demos-8.0.1/src/egl/opengl'
CCLD xeglgears
xeglgears.o: In function `.L153':
xeglgears.c:(.text+0x2474): undefined reference to
`glEGLImageTargetTexture2DOES'
collect2: ld returned 1 exit status
make[3]: *** [xeglgears] Error 1
(cherry picked from commit 09c9e98c6d7e2610c4f3fd14c2241e731f2b1d9e)
commit b31dbc37e744d01f0a8a7778fb2b6688939756d7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>