diff options
author | rezny <rezny@FreeBSD.org> | 2017-05-13 02:46:53 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-05-13 02:46:53 +0800 |
commit | 2a86e9db0353764dd454ec2e2a6825d74211aee3 (patch) | |
tree | 6651ec21aaf32f47dda7b92dcfb61385f580c8c9 /graphics/libEGL/Makefile | |
parent | 1bdd19c4ec73c7795ca2ddcdfd72887bbca8bdd6 (diff) | |
download | freebsd-ports-gnome-2a86e9db0353764dd454ec2e2a6825d74211aee3.tar.gz freebsd-ports-gnome-2a86e9db0353764dd454ec2e2a6825d74211aee3.tar.zst freebsd-ports-gnome-2a86e9db0353764dd454ec2e2a6825d74211aee3.zip |
Consolidate the Mesa ports, update to 17.0.4, and add Wayland option
* libGL, libEGL, libglesv2, libglapi, and gbm have been moved into mesa-libs,
graphics/dri has been renamed to mesa-dri, and USE_GL has been adjusted
* mesa-libs has a new WAYLAND option that enables platform support in libEGL
* mesa-dri now depends on graphics/s2tc for compressed texture support [1]
* re-remove obsolete dependency on makedepends [2]
* correct sed fix backported from 17.1 [3]
PR: 218799 (exp-run), 212762 [1], 218552 [2], 218562 [3]
Submitted by: dbn [1], jbeich [2,3]
Reported by: afiskon@devzen.ru [1]
Reviewed by: kwm, johalun0@gmail.com
Approved by: portmgr, swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10448
Diffstat (limited to 'graphics/libEGL/Makefile')
-rw-r--r-- | graphics/libEGL/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/libEGL/Makefile b/graphics/libEGL/Makefile deleted file mode 100644 index 3da0c811e80a..000000000000 --- a/graphics/libEGL/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: kwm@FreeBSD.org -# $FreeBSD$ - -PORTNAME= libEGL -PORTVERSION= ${MESAVERSION} -PORTREVISION= 0 -CATEGORIES= graphics - -COMMENT= OpenEGL library - -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs -LIB_DEPENDS+= libexpat.so:textproc/expat2 \ - libdrm.so:graphics/libdrm - -USE_GL= gbm -USE_XORG= x11 xau xcb xdmcp - -# stuff not needed by libEGL but configure wants it -USE_XORG+= dri2proto dri3proto glproto presentproto xdamage xext xfixes \ - xshmfence - -.include <bsd.port.options.mk> -.include "${.CURDIR}/../../graphics/libGL/Makefile.common" - -MESA_BUILD_WRKSRC= src/mapi src/gbm src/egl/ -MESA_INSTALL_WRKSRC= src/egl - -.include "${.CURDIR}/../../graphics/libGL/Makefile.targets" - -.include <bsd.port.mk> |