Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2015 20:55:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 197548] graphics/dri: Missing dependency - multimedia/v4l_compat
Message-ID:  <bug-197548-12827-4OGGTLq5Og@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197548-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197548-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197548

John Hein <z7dr6ut7gs@snkmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z7dr6ut7gs@snkmail.com

--- Comment #2 from John Hein <z7dr6ut7gs@snkmail.com> ---
This is more an issue of multimedia/libva depending on multimedia/v4l_compat
(due to #include <linux/videodev2.h> in the libva include file
va/va_backend.h).  But that dependency is only recorded as a build-time
dependency (BUILD_DEPENDS).  So if you install multimedia/libva and later
remove multimedia/v4l_compat, then you'll get this problem if anything includes
va/va_backend.h

Because of the #include of videodev2.h, libva should probably include
multimedia/v4l_compat in RUN_DEPENDS.

This is only tangentially associated with graphics/dri which will try to use
libva if it's installed but is not fatal if not.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197548-12827-4OGGTLq5Og>