[Piglit] [PATCH 0/8] Various Fixes on Cmake and opengl.

Ian Romanick idr at freedesktop.org
Tue Oct 1 11:10:15 PDT 2013


While you're on a kick of fixing these kinds of issues... I have some
problems on my system because my GLES libraries and header files aren't
in the usual place.  There's some support for glext.h being in a
nonstandard place, but it would be nice if the others could be as
well... of it would just use glesv1_cm.pc, glesv2.pc, and gl.pc without
manual intervention.

I accidentally pushed (and reverted) one of my local build fixes
(271d065) recently, but it's just a hack.

On 09/30/2013 08:11 PM, Kenney Phillis wrote:
> Cmake fix 1: Fix problems involving out of tree builds
> cmake fix 2: fix some missing files from installer.
> 
> config.h.in: applied a slightly more correct location
> for the HAVE_STRNDUP define.
> 
> tests/util fixes: Updated changelog from previous commit.
> 
> Kenney Phillis (8):
>   cmake: fix out of tree Installation and package generation.
>   cmake: add *.geom to the list of installed files.
>   cmake: add *.cl to the list of installed generated tests.
>   cmake: ignore the "CMakeFiles" folder in generated_tests installer
>   cmake: Increase minimum version from 2.6 to 2.8.
>   config.h.in: add define for HAVE_STRNDUP
>   piglit-util-gl-common: Add Function to clear extensions list.
>   util/waffle: reinitialize extensions
> 
>  CMakeLists.txt                                     |    9 +++++----
>  tests/util/config.h.in                             |    1 +
>  .../piglit-framework-gl/piglit_wfl_framework.c     |    2 ++
>  tests/util/piglit-util-gl-common.c                 |    8 ++++++++
>  tests/util/piglit-util-gl-common.h                 |    5 +++++
>  5 files changed, 21 insertions(+), 4 deletions(-)



More information about the Piglit mailing list