Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2013 11:38:15 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310489 - head/graphics/cairo
Message-ID:  <201301161138.r0GBcF6r006721@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Jan 16 11:38:15 2013
New Revision: 310489
URL: http://svnweb.freebsd.org/changeset/ports/310489

Log:
  For building with libGL we also need dri2proto. Make it available for ports
  using cairo when cairo is build with OpenGL support (off by default).
  
  Submitted by:	zeising@

Modified:
  head/graphics/cairo/Makefile

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Wed Jan 16 10:51:13 2013	(r310488)
+++ head/graphics/cairo/Makefile	Wed Jan 16 11:38:15 2013	(r310489)
@@ -52,7 +52,7 @@ PLIST_SUB+=	X11="@comment "
 
 .if ${PORT_OPTIONS:MOPENGL}
 USE_GL=		gl
-USE_XORG+=	glproto:both
+USE_XORG+=	glproto:both dri2proto:both
 CONFIGURE_ARGS+=	--enable-gl
 PLIST_SUB+=	GL=""
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301161138.r0GBcF6r006721>