[Mesa-dev] [PATCH 2/3] configure.ac: Alphabetize AC_CONFIG_FILES.
Kristian Høgsberg
hoegsberg at gmail.com
Wed Jun 11 14:18:08 PDT 2014
On Tue, Jun 10, 2014 at 07:37:43PM -0700, Matt Turner wrote:
> This isn't supposed to be difficult.
Snarky-snark.
Reviewed-by: Kristian Høgsberg <krh at bitplanet.net>
> ---
> configure.ac | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index c6664b9..17e9e9c 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2230,23 +2230,23 @@ AC_CONFIG_FILES([Makefile
> src/gallium/targets/dri-vmwgfx/Makefile
> src/gallium/targets/egl-static/Makefile
> src/gallium/targets/gbm/Makefile
> - src/gallium/targets/opencl/Makefile
> - src/gallium/targets/xa/Makefile
> - src/gallium/targets/xa/xatracker.pc
> + src/gallium/targets/libgl-xlib/Makefile
> src/gallium/targets/omx-nouveau/Makefile
> + src/gallium/targets/opencl/Makefile
> src/gallium/targets/osmesa/Makefile
> src/gallium/targets/osmesa/osmesa.pc
> src/gallium/targets/pipe-loader/Makefile
> - src/gallium/targets/radeonsi/dri/Makefile
> - src/gallium/targets/radeonsi/omx/Makefile
> - src/gallium/targets/radeonsi/vdpau/Makefile
> src/gallium/targets/r300/dri/Makefile
> src/gallium/targets/r600/dri/Makefile
> src/gallium/targets/r600/omx/Makefile
> src/gallium/targets/r600/vdpau/Makefile
> src/gallium/targets/r600/xvmc/Makefile
> - src/gallium/targets/libgl-xlib/Makefile
> + src/gallium/targets/radeonsi/dri/Makefile
> + src/gallium/targets/radeonsi/omx/Makefile
> + src/gallium/targets/radeonsi/vdpau/Makefile
> src/gallium/targets/vdpau-nouveau/Makefile
> + src/gallium/targets/xa/Makefile
> + src/gallium/targets/xa/xatracker.pc
> src/gallium/targets/xvmc-nouveau/Makefile
> src/gallium/tests/trivial/Makefile
> src/gallium/tests/unit/Makefile
> --
> 1.8.3.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list