1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310489

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