diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-11-11 23:54:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-11-11 23:54:06 +0000 |
commit | f14586159db1bc192cf59edf3a21e3889a7cbb62 (patch) | |
tree | 20c52047cb1565cae324ba193aee376544012794 /graphics/mesa-libs | |
parent | 83e3e6ed88330c2c644469c0f8a41092ad64ba06 (diff) | |
download | ports-f14586159db1bc192cf59edf3a21e3889a7cbb62.tar.gz ports-f14586159db1bc192cf59edf3a21e3889a7cbb62.zip |
graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR: 227509
Requested by: Johannes Lundberg, Greg V
Reviewed by: tobik (earlier version)
Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=484788
Diffstat (limited to 'graphics/mesa-libs')
-rw-r--r-- | graphics/mesa-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index b4f97c21fb8b..ccac2ee952f9 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -3,7 +3,7 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients @@ -12,6 +12,7 @@ USE_XORG= xorgproto x11 xcb xdamage xext \ xfixes xshmfence xxf86vm OPTIONS_DEFINE= WAYLAND +OPTIONS_DEFAULT=WAYLAND OPTIONS_SUB= yes WAYLAND_DESC= Enable support for the Wayland platform in EGL |