PR/60476 CVS commit: pkgsrc/graphics/MesaLib
"Izumi Tsutsui" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/60476; it has been noted by GNATS. From: "Izumi Tsutsui" <[email protected]> To: [email protected] Cc: Subject: PR/60476 CVS commit: pkgsrc/graphics/MesaLib Date: Wed, 19 Aug 2026 15:12:51 +0000 Module Name: pkgsrc Committed By: tsutsui Date: Wed Aug 19 15:12:51 UTC 2026 Modified Files: pkgsrc/graphics/MesaLib: features.mk Log Message: graphics/MesaLib: improve native EGL detection on NetBSD For native X11 on NetBSD, use HAVE_XORG_EGL when it is available instead of only checking for the EGL header. On older NetBSD releases without HAVE_XORG_EGL, use HAVE_XORG_GLAMOR as a fallback, since native libepoxy EGL support was conditional on GLAMOR there. This is a proper fix for PR pkg/60295 and makes MESALIB_SUPPORTS_EGL reflect the actual native EGL support more accurately. PR pkg/60476 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/MesaLib/features.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.