Re: [Mesa-dev] [PATCH] cmake: add build system to some of the egl demos

2011-01-10 Thread José Fonseca
Commited. Thanks. Jose On Thu, 2011-01-06 at 11:58 -0800, kristof.ralov...@gmail.com wrote: > On 2011-01-04, José Fonseca wrote: > > Kristof, > > > > It looks good overall with the exception that the build will fail if the > > EGL library is not available. > > > > Please guard the egl subdirecto

Re: [Mesa-dev] [PATCH] cmake: add build system to some of the egl demos

2011-01-10 Thread kristof.ralov...@gmail.com
On 2011-01-04, José Fonseca wrote: > Kristof, > > It looks good overall with the exception that the build will fail if the > EGL library is not available. > > Please guard the egl subdirectories and/or targets with > > if (EGL_egl_LIBRARY) > ... > endif (EGL_egl_LIBRARY) > > and make sure

[Mesa-dev] [PATCH] cmake: add build system to some of the egl demos

2011-01-03 Thread kristof.ralov...@gmail.com
From da2803a63896362940f0d36cb6412ae46cfd345a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RALOVICH,=20Krist=C3=B3f?= Date: Mon, 3 Jan 2011 22:13:51 +0100 Subject: [PATCH] cmake: add build system to some of the egl demos --- CMakeLists.txt|2 ++ src/CMakeLists.txt|