Date: Tue, 28 Oct 2025 17:39:32 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 290584] Mk/Uses/meson.mk: Add MESON_{TRUE,FALSE,YES,NO,ENABLED,DISABLED} support Message-ID: <bug-290584-39348-1QDzc2Lavk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-290584-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-290584-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D290584 Charlie Li <vishwin@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |vishwin@freebsd.org Flags|maintainer-feedback? |maintainer-feedback+ --- Comment #5 from Charlie Li <vishwin@freebsd.org> --- https://mesonbuild.com/Build-options.html The only boolean values are true and false. The only features states are enabled and disabled (auto is disregarded for ports purposes). YES and NO a= nd any other words not already mentioned do not mean anything to meson so we should not have port/framework variables alluding to them. So yes only expose TRUE/FALSE/ENABLED/DISABLED. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290584-39348-1QDzc2Lavk>