Missing build dependency for graphics/dri with VAAPI

John Schneider john.a.schneider at gmail.com
Wed Apr 19 00:49:12 UTC 2017


Hi,

When building the latest graphics/dri port with the VAAPI option, the build
will fail with error:
/usr/local/include/va/va_backend.h:33:10: fatal error: 'linux/videodev2.h'
file not found

This can be fixed by adding a build dependency on v4l_compat to the
Makefile:
VAAPI_BUILD_DEPENDS=
${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat

Can you please make this change?


Thanks,
John


More information about the freebsd-x11 mailing list