Re: meson options vs AC options:

2024-03-04 Thread tlaronde
On Sun, Mar 03, 2024 at 12:39:12PM -0800, Alan Coopersmith wrote: > > > > 1) meson.build defines: > > > > datarootdir = get_option('prefix') / get_option('datadir') > > sgmlrootdir = datarootdir / 'sgml' > > > > and generates the pkgconfig file from the template with: > > > > pc_conf =

Re: meson options vs AC options:

2024-03-03 Thread tlaronde
On Sun, Mar 03, 2024 at 12:39:12PM -0800, Alan Coopersmith wrote: > On 3/3/24 12:06, tlaro...@kergis.com wrote: > > [I'm back to working on Xorg stuff]. > > > > When writing a meson.build, I realize that all the options settable > > with GNU AC are not available in meson built-ins. This does mean

Re: meson options vs AC options:

2024-03-03 Thread Alan Coopersmith
On 3/3/24 12:06, tlaro...@kergis.com wrote: [I'm back to working on Xorg stuff]. When writing a meson.build, I realize that all the options settable with GNU AC are not available in meson built-ins. This does mean that one has to add a meson_options.txt for everything used that is not a