Date: Thu, 13 Mar 2014 21:22:12 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348128 - head/x11/xorg-minimal Message-ID: <201403132122.s2DLMCHD098273@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Thu Mar 13 21:22:11 2014 New Revision: 348128 URL: http://svnweb.freebsd.org/changeset/ports/348128 QAT: https://qat.redports.org/buildarchive/r348128/ Log: When the intel driver is being used also install the libva driver. Modified: head/x11/xorg-minimal/Makefile Modified: head/x11/xorg-minimal/Makefile ============================================================================== --- head/x11/xorg-minimal/Makefile Thu Mar 13 21:16:14 2014 (r348127) +++ head/x11/xorg-minimal/Makefile Thu Mar 13 21:22:11 2014 (r348128) @@ -29,6 +29,10 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modu 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::
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403132122.s2DLMCHD098273>