[Midnightbsd-cvs] mports [23326] trunk/graphics/cairo/Makefile: turn on egl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed May 2 23:22:59 EDT 2018
Revision: 23326
http://svnweb.midnightbsd.org/mports/?rev=23326
Author: laffer1
Date: 2018-05-02 23:22:58 -0400 (Wed, 02 May 2018)
Log Message:
-----------
turn on egl
Modified Paths:
--------------
trunk/graphics/cairo/Makefile
Modified: trunk/graphics/cairo/Makefile
===================================================================
--- trunk/graphics/cairo/Makefile 2018-05-03 03:16:58 UTC (rev 23325)
+++ trunk/graphics/cairo/Makefile 2018-05-03 03:22:58 UTC (rev 23326)
@@ -42,8 +42,8 @@
OPTIONS_DEFAULT=OPENGL XCB
XCB_DESC= Enable XCB (X C-language Binding) Support
OPTIONS_SUB= yes
-OPENGL_USE= gl=gl xorg=glproto:both,dri2proto:both
-OPENGL_CONFIGURE_ENABLE=gl
+OPENGL_USE= gl=gl,egl xorg=glproto:both,dri2proto:both
+OPENGL_CONFIGURE_ENABLE=gl egl
XCB_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil
XCB_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil
XCB_CONFIGURE_ENABLE= xcb
More information about the Midnightbsd-cvs
mailing list