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

Jesse Barnes jbarnes at virtuousgeek.org
Tue Jul 27 17:25:13 CEST 2010


On Tue, 27 Jul 2010 15:41:35 +0200
Julien Cristau <jcristau at debian.org> 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 <jbarnes at virtuousgeek.org>
> > Date:   Mon Jul 26 16:44:19 2010 -0700
> > 
> >     configure.ac: add xi and gl requirements
> >     
> >     Could probably be earlier versions, but having these here makes packaging
> >     easier.
> > 
> > diff --git a/configure.ac b/configure.ac
> > index d5989a6..4edd07b 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -81,6 +81,8 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
> >  PKG_CHECK_MODULES(XORG, [xorg-server >= 1.6 xproto fontsproto $REQUIRED_MODULES])
> >  PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.21])
> >  PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10])
> > +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 why?  None of these seem necessary…

Apparently MeeGo does automatic packaging based on configure.ac, so
Arjan requested that these be added to make that easier.

-- 
Jesse Barnes, Intel Open Source Technology Center



More information about the Intel-gfx mailing list