build.sh: pass MESON_CONFFLAGS to meson builds instead of CONFFLAGS
commit14166939a0abc0e4377a656c249ca6d90a762de2
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 28 Jul 2024 16:24:54 +0000 (28 09:24 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 30 Jul 2024 23:43:41 +0000 (30 23:43 +0000)
tree461a47afd6cdf49a2c5070ff96503be80c3bd173
parentddc40e52a3588b25aff17b9a6c71e5476ea9ac08
build.sh: pass MESON_CONFFLAGS to meson builds instead of CONFFLAGS

Since meson & autoconf have different formats for command line flags
(-Dfoo=bar instead of --with-foo=bar or --enable-foo), this lets the
feature to pass common flags via environment variable work now that
we build with both tools.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/util/modular/-/merge_requests/30>
build.sh