[Midnightbsd-cvs] mports [17562] trunk/x11/xorg-minimal/Makefile: add new xorg intel driver to xorg minimal
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 27 11:43:24 EDT 2014
Revision: 17562
http://svnweb.midnightbsd.org/mports/?rev=17562
Author: laffer1
Date: 2014-09-27 11:43:23 -0400 (Sat, 27 Sep 2014)
Log Message:
-----------
add new xorg intel driver to xorg minimal
Modified Paths:
--------------
trunk/x11/xorg-minimal/Makefile
Modified: trunk/x11/xorg-minimal/Makefile
===================================================================
--- trunk/x11/xorg-minimal/Makefile 2014-09-27 15:42:02 UTC (rev 17561)
+++ trunk/x11/xorg-minimal/Makefile 2014-09-27 15:43:23 UTC (rev 17562)
@@ -2,6 +2,7 @@
PORTNAME= xorg
PORTVERSION= 7.5.2
+PORTREVISION= 1
CATEGORIES= x11 x11-servers
MASTER_SITES= # none
PKGNAMESUFFIX= -minimal
@@ -10,10 +11,14 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= X.Org minimal distribution metaport
+
LICENSE= agg
NO_BUILD= yes
+NO_MTREE= yes
+.include <bsd.mport.options.mk>
+
VIDEO_DRIVER?= vesa
RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
@@ -29,6 +34,10 @@
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::
More information about the Midnightbsd-cvs
mailing list