Re: [PATCH 1/2] configure: toytoolkit GL apps depend on cairo-egl

2012-02-01 Thread Pekka Paalanen
On Tue, 31 Jan 2012 09:41:35 -0500 Kristian Høgsberg wrote: > On Tue, Jan 31, 2012 at 9:35 AM, Pekka Paalanen wrote: > > Do not build toytoolkit applications that use GL, if Cairo-egl is not > > available. These applications (which happen to be also the full GL > > clients) do not work at all wi

Re: [PATCH 1/2] configure: toytoolkit GL apps depend on cairo-egl

2012-01-31 Thread Kristian Høgsberg
On Tue, Jan 31, 2012 at 9:35 AM, Pekka Paalanen wrote: > Do not build toytoolkit applications that use GL, if Cairo-egl is not > available. These applications (which happen to be also the full GL > clients) do not work at all without Cairo-egl, and fail at runtime with > "unable to acquire window

[PATCH 1/2] configure: toytoolkit GL apps depend on cairo-egl

2012-01-31 Thread Pekka Paalanen
Do not build toytoolkit applications that use GL, if Cairo-egl is not available. These applications (which happen to be also the full GL clients) do not work at all without Cairo-egl, and fail at runtime with "unable to acquire window surface". Signed-off-by: Pekka Paalanen --- configure.ac |