Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-12-21 Thread Carl Worth
On Tue, 21 Dec 2010 14:37:01 -0800 (PST), ic...@kemper.freedesktop.org (Chris Wilson) wrote: > [Modified version of U. Artie Eoff's commit to remove the duplicated > string. The paraphrased commit message is repeated below for > clarity.] Close. But if you look a *bit* more closely yo

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-28 Thread Kristian Høgsberg
On Wed, Jul 28, 2010 at 4:42 AM, Chris Wilson wrote: > On Tue, 27 Jul 2010 09:34:01 -0700, Jesse Barnes > wrote: >> and glproto is missing a dep on GL: >> >> In file included from i810.h:60:0, >>                  from i810_accel.c:41: >> /usr/include/GL/glxint.h:36:19: fatal error: GL/gl.h: N

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-28 Thread Chris Wilson
On Tue, 27 Jul 2010 09:34:01 -0700, Jesse Barnes wrote: > and glproto is missing a dep on GL: > > In file included from i810.h:60:0, > from i810_accel.c:41: > /usr/include/GL/glxint.h:36:19: fatal error: GL/gl.h: No such file or > directory >From memory, I think this is jus

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-27 Thread Jesse Barnes
On Tue, 27 Jul 2010 17:39:11 +0100 Daniel Stone wrote: > On Tue, Jul 27, 2010 at 09:34:01AM -0700, Jesse Barnes wrote: > > On Tue, 27 Jul 2010 17:00:28 +0100 > > Daniel Stone wrote: > > > On Tue, Jul 27, 2010 at 05:44:39PM +0200, Julien Cristau wrote: > > > > On Tue, Jul 27, 2010 at 08:25:13 -07

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-27 Thread Julien Cristau
On Tue, Jul 27, 2010 at 17:39:11 +0100, Daniel Stone wrote: > > In file included from /usr/include/xorg/scrnintstr.h:58:0, > > from /usr/include/xorg/xf86str.h:39, > > from /usr/include/xorg/xf86.h:46, > > from uxa-priv.h:37, > >

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-27 Thread Jesse Barnes
On Tue, 27 Jul 2010 17:00:28 +0100 Daniel Stone wrote: > Hi, > > On Tue, Jul 27, 2010 at 05:44:39PM +0200, Julien Cristau wrote: > > On Tue, Jul 27, 2010 at 08:25:13 -0700, Jesse Barnes wrote: > > > Apparently MeeGo does automatic packaging based on configure.ac, so > > > Arjan requested that th

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-27 Thread Jesse Barnes
On Tue, 27 Jul 2010 17:00:28 +0100 Daniel Stone wrote: > Hi, > > On Tue, Jul 27, 2010 at 05:44:39PM +0200, Julien Cristau wrote: > > On Tue, Jul 27, 2010 at 08:25:13 -0700, Jesse Barnes wrote: > > > Apparently MeeGo does automatic packaging based on configure.ac, so > > > Arjan requested that th

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-27 Thread Julien Cristau
On Tue, Jul 27, 2010 at 08:25:13 -0700, Jesse Barnes wrote: > Apparently MeeGo does automatic packaging based on configure.ac, so > Arjan requested that these be added to make that easier. So we're adding fictional dependencies based on meego brokenness? Do you have more details on the issues the

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-27 Thread Jesse Barnes
On Tue, 27 Jul 2010 10:50:24 -0400 Gaetan Nadon wrote: > On Tue, 2010-07-27 at 15:41 +0200, Julien Cristau wrote: > > > > +PKG_CHECK_MODULES(XI, [xi >= 1.3]) > > > +PKG_CHECK_MODULES(GL, [gl >= 7.7.0]) > > > > > > sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server` > > > > > > > May I ask w

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-27 Thread Jesse Barnes
On Tue, 27 Jul 2010 15:41:35 +0200 Julien Cristau wrote: > On Mon, Jul 26, 2010 at 16:44:47 -0700, Jesse Barnes wrote: > > > configure.ac |2 ++ > > 1 file changed, 2 insertions(+) > > > > New commits: > > commit d580fa82a1cf339d2d1fd1055d137c0b23cd04f3 > > Author: Jesse Barnes > > Date:

Re: [Intel-gfx] xf86-video-intel: configure.ac

2010-07-27 Thread Julien Cristau
On Mon, Jul 26, 2010 at 16:44:47 -0700, Jesse Barnes wrote: > configure.ac |2 ++ > 1 file changed, 2 insertions(+) > > New commits: > commit d580fa82a1cf339d2d1fd1055d137c0b23cd04f3 > Author: Jesse Barnes > Date: Mon Jul 26 16:44:19 2010 -0700 > > configure.ac: add xi and gl require