New commits:
commit f02f93921803b2490c234641f161f3af7be34984
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
commit 7b1415ebc5dfbbc4e672af78bf9a62cd78067b8e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle 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).
commit 09c9e98c6d7e2610c4f3fd14c2241e731f2b1d9e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle 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