[Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-savage: disable DRI support when not available

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Aug 7 20:51:54 UTC 2016


Hello,

On Sun,  7 Aug 2016 17:25:46 +0200, Bernd Kuhls wrote:

> +ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
> +XDRIVER_XF86_VIDEO_SAVAGE_CONF_OPTS = --disable-dri
> +endif

I've applied because we're doing the same condition in other X.org
video drivers. But I'm not happy at all with this condition. Indeed the
build failure is that DRI support is not provided by the X.org server
(for example, the DRIInfoPtr type that is missing and causes the
error), is provided by the X.org server.

So I really believe this whole DRI stuff needs to be reworked.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list