Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2017 20:49:10 -0400
From:      John Schneider <john.a.schneider@gmail.com>
To:        x11@freebsd.org
Subject:   Missing build dependency for graphics/dri with VAAPI
Message-ID:  <CAJdGomWzPyOUxPfe-NB6ZVWpD43rJtVZykWdsWLQ7m7mD_tpuA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJdGomWzPyOUxPfe-NB6ZVWpD43rJtVZykWdsWLQ7m7mD_tpuA>