From owner-svn-ports-head@FreeBSD.ORG Thu Mar 13 21:22:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E0468B8; Thu, 13 Mar 2014 21:22:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B50A12D; Thu, 13 Mar 2014 21:22:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DLMCDj098274; Thu, 13 Mar 2014 21:22:12 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DLMCHD098273; Thu, 13 Mar 2014 21:22:12 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201403132122.s2DLMCHD098273@svn.freebsd.org> From: Eitan Adler Date: Thu, 13 Mar 2014 21:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348128 - head/x11/xorg-minimal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 21:22:12 -0000 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::