svn commit: r310489 - head/graphics/cairo

Koop Mast kwm at FreeBSD.org
Wed Jan 16 11:38:16 UTC 2013


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


More information about the svn-ports-head mailing list