Re: [Mesa-dev] [PATCH] Remove unused APP_LIB_DEPS variable

2011-09-18 Thread Brian Paul
On Sun, Sep 18, 2011 at 3:34 PM, Matt Turner wrote: > Unused since removal of demos from the repository? > > Signed-off-by: Matt Turner Reviewed-by: Brian Paul ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailm

[Mesa-dev] [PATCH] Remove unused APP_LIB_DEPS variable

2011-09-18 Thread Matt Turner
Unused since removal of demos from the repository? Signed-off-by: Matt Turner --- configs/aix|1 - configs/aix-64 |1 - configs/aix-64-static |1 - configs/aix-gcc|1 - configs/aix-static

Re: [Mesa-dev] [PATCH 1/2] Remove -lXmu from LIBS

2011-09-18 Thread Matt Turner
On Sun, Sep 18, 2011 at 5:16 PM, Brian Paul wrote: > On Sat, Sep 17, 2011 at 5:09 PM, Matt Turner wrote: >> It's not used anywhere that I can see. >> >> Signed-off-by: Matt Turner > > For the series: Reviewed-by: Brian Paul > > I suspect that APP_LIB_DEPS isn't used anywhere anymore since the M

Re: [Mesa-dev] [PATCH 1/2] Remove -lXmu from LIBS

2011-09-18 Thread Brian Paul
On Sat, Sep 17, 2011 at 5:09 PM, Matt Turner wrote: > It's not used anywhere that I can see. > > Signed-off-by: Matt Turner For the series: Reviewed-by: Brian Paul I suspect that APP_LIB_DEPS isn't used anywhere anymore since the Mesa demos were moved into a separate tree. Maybe remove that i

[Mesa-dev] [PATCH] egl_glx.c: use unsigned instead of uint

2011-09-18 Thread Matt Turner
We've had a hack to fix this in Gentoo on Solaris for a while. Signed-off-by: Matt Turner --- Not sure what the deal is with uint, or why it wouldn't work on Solaris. src/egl/drivers/glx/egl_glx.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/egl/drivers/glx/