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@
This commit is contained in:
Koop Mast
2013-01-16 11:38:15 +00:00
parent c60bb65aef
commit e19880e838

View File

@@ -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