On 3/29/19 3:54 PM, Ken Moffat via blfs-dev wrote:
On Fri, Mar 29, 2019 at 03:13:20PM -0500, Bruce Dubbs via blfs-dev wrote:

The commit referenced there,
https://github.com/Kiku-git/meson/commit/dab7c448e52e5c3a2691e8d84ec35348078678bd
has a comment

   Since 0.50.0, it is also possible to get a list of all build options
   by invoking `meson configure` with the project source directory or
   the path to the root `meson.build`

None of those work for me with 0.49.2.

Yeah,  It looks like a catch-22.  Doesn't work until we update to
meson-9.50, but that breaks other things.  :)

I got it working on 0.49.2 :

meson ..
meson configure | less
  not too bad on a 100-column term, wraps a bit
  select options to use
meson --prefix=/usr -Dfirst_option=true [...] --reconfigure ..

Or perhaps

meson ..
meson configure | less
rm -r *
meson --prefix=/usr -Dfirst_option=true [...]

To me that is cleaner as I am sure potential left over stuff is not there.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to