From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: Re: xf86-video-intel: configure.ac Date: Tue, 27 Jul 2010 09:34:01 -0700 Message-ID: <20100727093401.28506701@virtuousgeek.org> References: <20100726234447.62A4410057@kemper.freedesktop.org> <20100727134135.GE10843@patate.is-a-geek.org> <20100727082513.5ac2cabd@virtuousgeek.org> <20100727154439.GM12476@radis.liafa.jussieu.fr> <20100727160028.GF2802@fooishbar.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cpoproxy3-pub.bluehost.com (cpoproxy3-pub.bluehost.com [67.222.54.6]) by gabe.freedesktop.org (Postfix) with SMTP id 996C59E778 for ; Tue, 27 Jul 2010 09:34:04 -0700 (PDT) In-Reply-To: <20100727160028.GF2802@fooishbar.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Daniel Stone Cc: intel-gfx@lists.freedesktop.org, xorg-devel@lists.x.org, Julien Cristau List-Id: intel-gfx@lists.freedesktop.org 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 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 they were having? > > That's pretty awesome. In either case, xi is almost certainly the wrong > module. If the requirement is to have X11/extensions/XI.h and friends > for server headers, then not only should that dep be in the server > rather than a driver which blatantly has nothing to do with input, but > you want inputproto rather than xi, which is libXi. Yep, sorry, my fault. I should have checked these out more; Arjan showed me the logs and it looks like the server is missing a dep on xi: 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, from uxa.c:37: /usr/include/xorg/dix.h:57:31: fatal error: X11/extensions/XI.h: No such file or directory 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 So we'll have to fix those instead. -- Jesse Barnes, Intel Open Source Technology Center