[Bug 224202] [PATCH] x11-toolkits/wlc: Update to 0.0.10
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 10 11:34:18 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224202
Greg V <greg at unrelenting.technology> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greg at unrelenting.technology
--- Comment #6 from Greg V <greg at unrelenting.technology> ---
(In reply to Johannes Lundberg from comment #4)
Maybe add libwayland-egl.so:graphics/mesa-libs to LIB_DEPENDS to detect this
earlier?
IIRC we've had separate libGL libEGL … packages before, that was awful. If
ports had a sub-packages feature that actually created multiple packages from
one port build, that would be great. Like Arch Linux:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/mesa
— one build (mesa), many packages (Vulkan, OpenCL, VAAPI, VDPAU, the rest)
But for now, "build all the things" is the better option. And it's actually
what's happening mostly — GLESv2 is always built, EGL is ~always built (when
LLVM is available). Only the tiny 4.5kb libwayland-egl.so is optional. (Okay,
it depends on the wayland package, so adds a bit more than 4.5kb, but whatever)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list