Re: [Mesa-dev] [PATCH] loader: Include include/drm-uapi in the autotools build

2018-03-16 Thread Emil Velikov
On 15 March 2018 at 21:29, Jason Ekstrand wrote: > We're already including it in the meson build. This fixes build issues > on systems which have a drm_fourcc.h that doesn't have modifiers. > --- > src/loader/Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/loader/Makefil

Re: [Mesa-dev] [PATCH] loader: Include include/drm-uapi in the autotools build

2018-03-15 Thread Dylan Baker
Quoting Jason Ekstrand (2018-03-15 14:29:55) > We're already including it in the meson build. This fixes build issues > on systems which have a drm_fourcc.h that doesn't have modifiers. > --- > src/loader/Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/loader/Makefile.am

[Mesa-dev] [PATCH] loader: Include include/drm-uapi in the autotools build

2018-03-15 Thread Jason Ekstrand
We're already including it in the meson build. This fixes build issues on systems which have a drm_fourcc.h that doesn't have modifiers. --- src/loader/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am index a0e52c1..7625256 100644 ---