svn commit: r550014 - head/graphics/cairo

Emmanuel Vadot manu at FreeBSD.org
Fri Sep 25 11:04:57 UTC 2020


Author: manu
Date: Fri Sep 25 11:04:56 2020
New Revision: 550014
URL: https://svnweb.freebsd.org/changeset/ports/550014

Log:
  graphics/cairo: Change GL option from SINGLE to RADIO
  
  This allow to not select any GL renderer as before.
  
  Pointy hat to:	  manu
  Reported by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/graphics/cairo/Makefile

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Fri Sep 25 10:24:37 2020	(r550013)
+++ head/graphics/cairo/Makefile	Fri Sep 25 11:04:56 2020	(r550014)
@@ -36,8 +36,8 @@ CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR} \
 		--disable-wgl \
 		--enable-tee
 
-OPTIONS_SINGLE=	GL
-OPTIONS_SINGLE_GL=	OPENGL GLESV2
+OPTIONS_RADIO=	GL
+OPTIONS_RADIO_GL=	OPENGL GLESV2
 OPTIONS_DEFINE=	XCB GLIB X11 DOCS
 OPTIONS_DEFAULT=OPENGL XCB GLIB X11
 OPTIONS_SLAVE=	${ARCH:tu}


More information about the svn-ports-all mailing list