svn commit: r367644 - head/x11-servers/xorg-vfbserver

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 8 15:58:52 UTC 2014


Author: bapt
Date: Mon Sep  8 15:58:51 2014
New Revision: 367644
URL: http://svnweb.freebsd.org/changeset/ports/367644
QAT: https://qat.redports.org/buildarchive/r367644/

Log:
  Prefer explicit activation of xvfb

Modified:
  head/x11-servers/xorg-vfbserver/Makefile

Modified: head/x11-servers/xorg-vfbserver/Makefile
==============================================================================
--- head/x11-servers/xorg-vfbserver/Makefile	Mon Sep  8 15:54:43 2014	(r367643)
+++ head/x11-servers/xorg-vfbserver/Makefile	Mon Sep  8 15:58:51 2014	(r367644)
@@ -37,7 +37,8 @@ CONFIGURE_ARGS=	--disable-dmx \
 		--disable-libdrm \
 		--disable-glx-tls \
 		--disable-vbe \
-		--disable-vgahw
+		--disable-vgahw \
+		--enable-xvfb
 
 USE_XORG=	pixman x11 fixesproto damageproto xcmiscproto xtrans \
 		bigreqsproto randrproto renderproto xextproto inputproto \


More information about the svn-ports-head mailing list