On Tuesday, 2018-06-05 08:37:55 -0700, Dylan Baker wrote: > You might also be interested in this: > https://github.com/mesonbuild/meson/pull/3696
I am, thanks for doing this :) > > Quoting Eric Engestrom (2018-06-05 03:59:40) > > I'd like to eventually drop support for the confusing "an array of > > a single empty string is meant to be interpreted as an empty array", so > > let's start by not using it anymore. > > > > Signed-off-by: Eric Engestrom <eric.engest...@intel.com> > > --- > > .travis.yml | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/.travis.yml b/.travis.yml > > index d05c40bf9d74545fa777..1f83f5b8d74d8d8c1e8c 100644 > > --- a/.travis.yml > > +++ b/.travis.yml > > @@ -33,7 +33,7 @@ matrix: > > - env: > > - LABEL="meson Vulkan" > > - BUILD=meson > > - - MESON_OPTIONS="-Ddri-drivers= -Dgallium-drivers=" > > + - MESON_OPTIONS="-Ddri-drivers=[] -Dgallium-drivers=[]" > > - LLVM_VERSION=5.0 > > - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" > > addons: > > @@ -53,7 +53,7 @@ matrix: > > - env: > > - LABEL="meson loaders/classic DRI" > > - BUILD=meson > > - - MESON_OPTIONS="-Dvulkan-drivers= -Dgallium-drivers=" > > + - MESON_OPTIONS="-Dvulkan-drivers=[] -Dgallium-drivers=[]" > > addons: > > apt: > > packages: > > -- > > Cheers, > > Eric > > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev