maintainer-feedback requested: [Bug 275554] graphics/mesa-libs: fails to build with PLATFORM_X11=off
Date: Tue, 05 Dec 2023 16:27:29 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody) <x11@FreeBSD.org> for maintainer-feedback: Bug 275554: graphics/mesa-libs: fails to build with PLATFORM_X11=off https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275554 --- Description --- Regressed by https://github.com/mesa3d/mesa/commit/e3f60ea4a893 See also ports 0e54d5d3efaa $ make WITHOUT=PLATFORM_X11 [...] meson.build:407:3: ERROR: Feature xlib-lease cannot be enabled: xlib-lease requires X11 and KMS/DRM support Alternatively, $ poudriere bulk -rtj 132amd64 -z nox11 x11-wm/sway [...] $ cat /usr/local/etc/poudriere.d/nox11-make.conf OPTIONS_UNSET += COLORD TKINTER VDPAU X11 XCB XLIB graphics_mesa-libs_UNSET += PLATFORM_X11 graphics_mesa-dri_UNSET += PLATFORM_X11 # XXX until graphics/gstreamer1-plugins-gl is fixed x11-toolkits_gtk40_UNSET += GSTREAMER