1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

When the intel driver is being used also install the libva driver.

This commit is contained in:
Eitan Adler 2014-03-13 21:22:11 +00:00
parent fe63199668
commit 38550827b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348128

View File

@ -29,6 +29,10 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/intel_drv.so:${PORTSDIR}/x11
RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER}
.endif
.if ${VIDEO_DRIVER} == intel && defined(WITH_NEW_XORG)
RUN_DEPENDS+= ${LOCALBASE}/lib/va/i965_drv_video.so:${PORTSDIR}/multimedia/libva-intel-driver
.endif
do-install:
pre-everything::