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 /UPDATING | |
parent | 83e3e6ed88330c2c644469c0f8a41092ad64ba06 (diff) |
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 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20181111 + AFFECTS: users of graphics/mesa-libs + AUTHOR: jbeich@FreeBSD.org + + Wayland support has been enabled in ports where it doesn't exclude + X11 support in order to make the binary packages usable with Wayland + compositors. If you get strange build failures re-run "make config" + to pick up the new defaults. If the extra dependencies are not + desired add the following to make.conf: + + OPTIONS_UNSET += WAYLAND + 20181109 AFFECTS: users of security/ossec-hids-server AUTHOR: dominik.lisiak@bemsoft.pl |