[Mesa-dev] [PATCH v3 14/15] meson: build gallium va state tracker

Dylan Baker dylan at pnwbakers.com
Tue Nov 14 22:06:25 UTC 2017


Quoting Marc Dietrich (2017-11-14 01:49:42)
> Hi Dylan,
> 
> Am Dienstag, 14. November 2017, 02:09:18 CET schrieb Dylan Baker:
> > v2: - set with_gallium_va when -Dgallium-va=true
> >     - Fix megadrivers install
> >     - only use cflags from pkg-config, don't add linker flags.
> >     - Don't get version from pkg-config, it's not tracking the same
> >       version information.
> > ---
> >  meson.build                               | 41 +++++++++++++-
> >  meson_options.txt                         | 13 +++++
> >  src/gallium/meson.build                   |  7 ++-
> >  src/gallium/state_trackers/va/meson.build | 39 ++++++++++++++
> >  src/gallium/targets/va/meson.build        | 89
> > +++++++++++++++++++++++++++++++ 5 files changed, 187 insertions(+), 2
> > deletions(-)
> >  create mode 100644 src/gallium/state_trackers/va/meson.build
> >  create mode 100644 src/gallium/targets/va/meson.build
> > 
> 
> snip
> 
> > diff --git a/src/gallium/state_trackers/va/meson.build
> > b/src/gallium/state_trackers/va/meson.build new file mode 100644
> > index 00000000000..dd0d03b629a
> > --- /dev/null
> > +++ b/src/gallium/state_trackers/va/meson.build
> > @@ -0,0 +1,39 @@
> > +# Copyright © 2017 Intel Corporation
> > +
> > +# Permission is hereby granted, free of charge, to any person obtaining a
> > copy +# of this software and associated documentation files (the
> > "Software"), to deal +# in the Software without restriction, including
> > without limitation the rights +# to use, copy, modify, merge, publish,
> > distribute, sublicense, and/or sell +# copies of the Software, and to
> > permit persons to whom the Software is +# furnished to do so, subject to
> > the following conditions:
> > +
> > +# The above copyright notice and this permission notice shall be included
> > in +# all copies or substantial portions of the Software.
> > +
> > +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
> > OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
> > MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
> > IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
> > CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
> > TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE
> > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE.
> > +
> > +libva_version = va_version = ['2', '3', '0']
> 
> this gives an illegal assignment here.
> 
> Marc

Yup, I don't know why that was working for me before I sent it. Fixed locally.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171114/3330feb2/attachment.sig>


More information about the mesa-dev mailing list