[Intel-gfx] [ANNOUNCE] xf86-video-intel 2.9.99.902

Kristian Høgsberg krh at bitplanet.net
Tue Dec 15 14:50:58 CET 2009


On Mon, Dec 14, 2009 at 3:32 AM, Tino Keitel <tino.keitel+xorg at tikei.de> wrote:
> Hi,
>
> what am I missing here? I have libdrm 2.4.16 and mesa 7.7 rc2
> installed, and tried to build git master
> (8ecf70ea553083cbc26928dc3973c8f6f8b3d9d0).
>
>  CC     i830_video.lo
> i830_video.c: In function ‘drmmode_has_overlay’:
> i830_video.c:210: error: ‘I915_PARAM_HAS_OVERLAY’ undeclared (first use
> in this function)

I think your configure is picking up the wrong libdrm.  If you
installed libdrm 2.4.16 somewhere other than /usr, you need to set
PKG_CONFIG_PATH to point to the directory containing libdrm.pc from
the git install for configure to be able to pick it up.  The
I915_PARAM_HAS_OVERLAY #define is definitely in 2.4.16.
cheers,

Kristian



More information about the Intel-gfx mailing list