Re: [PATCH weston] configure: prevent premature HAVE_GLU check

2013-02-07 Thread Kristian Høgsberg
On Wed, Jan 30, 2013 at 07:38:57AM -0800, Konno, Joe wrote: > When cairo-gl and mesa-glu are present on the system, autoconf successfully > recognizes both. However, I was wondering why weston-screensaver was not > building since autoconf reported all dependencies were met. > > Move the mesa-glu P

[PATCH weston] configure: prevent premature HAVE_GLU check

2013-01-30 Thread Konno, Joe
When cairo-gl and mesa-glu are present on the system, autoconf successfully recognizes both. However, I was wondering why weston-screensaver was not building since autoconf reported all dependencies were met. Move the mesa-glu PKG_CHECK before the conditional. Additionally, remove redundant check