[Mesa-dev] [PATCH] glx/apple: Ship meson build file in tarball
Thierry Reding
thierry.reding at gmail.com
Thu Mar 8 11:11:42 UTC 2018
On Wed, Mar 07, 2018 at 10:08:59AM -0800, Dylan Baker wrote:
> Quoting Thierry Reding (2018-03-07 07:55:37)
> > From: Thierry Reding <treding at nvidia.com>
> >
> > The meson build file for Apple GLX is not listed in the EXTRA_DIST make
> > variable and therefore isn't shipped as part of the release tarball, so
> > meson builds from the tarball will fail.
> >
> > Add the file to EXTRA_DIST to ensure it is included in the tarball.
> >
> > Signed-off-by: Thierry Reding <treding at nvidia.com>
> > ---
> > src/glx/apple/Makefile.am | 4 +++-
> > 1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am
> > index bfa18b1c2f3d..8f9326863597 100644
> > --- a/src/glx/apple/Makefile.am
> > +++ b/src/glx/apple/Makefile.am
> > @@ -1,4 +1,6 @@
> > -EXTRA_DIST = RELEASE_NOTES
> > +EXTRA_DIST = \
> > + RELEASE_NOTES \
> > + meson.build
> >
> > noinst_LTLIBRARIES = libappleglx.la
> >
> > --
> > 2.16.2
> >
>
> Is this in 18.0? If it is please either add a Fixes: tag or CC to stable.
>
> Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
This is only in master.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180308/ac6c305e/attachment.sig>
More information about the mesa-dev
mailing list