graphics/cairo: simplify non-GLX case after r538507

Submitted by:	manu
This commit is contained in:
Jan Beich 2020-06-11 18:32:32 +00:00
parent bfed615a29
commit 3441191dd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538526

View File

@ -44,6 +44,7 @@ OPTIONS_SUB= yes
X11_USES= xorg
X11_USE= xorg=x11,xext,xorgproto,xrender
X11_CONFIGURE_ENABLE=xlib
X11_CONFIGURE_OFF=--disable-glx
OPENGL_USES= gl
OPENGL_USE= gl=egl
@ -84,8 +85,4 @@ post-patch-DOCS-off:
@${REINPLACE_CMD} -e 's|public||g' \
${WRKSRC}/doc/Makefile.in
post-patch-X11-off:
@${REINPLACE_CMD} -e '/need_glx_functions=yes/d' \
${WRKSRC}/configure
.include <bsd.port.mk>