Modify wayland-scanner lookup: Use the path given by pkg-config
but offer an option to override the path with
"--with-wayland-scanner-path=PATH". The latter is useful for
cross-compile situations.
AC_PATH_PROG is no longer used (if the scanner is installed it should
get found by pkg-config). AC_SU
On 23 May 2017 at 11:13, Jussi Kukkonen wrote:
>
> Modify wayland-scanner lookup: Use the path given by pkg-config
> but offer an option to override the path with
> "--with-wayland-scanner-path=PATH". The latter is useful for
> cross-compile situations.
>
> AC_PATH
On 24 May 2017 at 16:39, Emil Velikov wrote:
>
> Hi Jussi,
>
> On 23 May 2017 at 09:13, Jussi Kukkonen wrote:
> > Modify wayland-scanner lookup: Use the path given by pkg-config
> > but offer an option to override the path with
> > "--with-wayland-scanner-p
On 26 May 2017 at 14:32, Emil Velikov wrote:
>
> On 26 May 2017 at 08:52, Jussi Kukkonen wrote:
> >
> >
> > On 24 May 2017 at 16:39, Emil Velikov wrote:
> >>
> >> Hi Jussi,
> >>
> >> On 23 May 2017 at 09:13, Jussi Kukkonen
wrote:
>
On 26 May 2017 at 17:08, Daniel Stone wrote:
> Hi Jussi,
>
> On 26 May 2017 at 14:55, Jussi Kukkonen wrote:
> > On 26 May 2017 at 14:32, Emil Velikov wrote:
> >> b) with a wrapper script - see [1].
> >> I think that the "export PKG_CONFIG_DIR=" is a
On 29 May 2017 at 15:20, Emil Velikov wrote:
>
> On 26 May 2017 at 14:55, Jussi Kukkonen wrote:
> > On 26 May 2017 at 14:32, Emil Velikov wrote:
> >>
> >> On 26 May 2017 at 08:52, Jussi Kukkonen
wrote:
> >> >
> >> >
> >> > On
On 26 May 2017 at 17:08, Daniel Stone wrote:
> Hi Jussi,
>
> On 26 May 2017 at 14:55, Jussi Kukkonen wrote:
> > On 26 May 2017 at 14:32, Emil Velikov wrote:
> >> b) with a wrapper script - see [1].
> >> I think that the "export PKG_CONFIG_DIR=" is a
On 29 May 2017 at 18:10, Emil Velikov wrote:
> On 29 May 2017 at 14:05, Jussi Kukkonen wrote:
> > On 29 May 2017 at 15:20, Emil Velikov wrote:
> >>
> >> On 26 May 2017 at 14:55, Jussi Kukkonen
> wrote:
> >> > On 26 May 2017 at 14:32, Emil Velikov
>
If it helps:
Reviewed-by: Jussi Kukkonen
> ---
> configure.ac | 3 +++
> src/mapi/Makefile.am | 2 ++
> 2 files changed, 5 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 61d98e28e0..46fcd8f3fe 100644
> --- a/configure.ac
> +++ b/c
When mesa is built with "--disable-egl --disable-gles1
--disable-gles2" the KHR platform headers are not needed.
Not installing the header when not needed allows using mesa for GL
and another implementation for GLES+EGL (as is done in practice with
userland on raspberrypi).
---
src/mapi/Makefile.
Intel vulkan drivers also need expat: make sure EXPAT_LIBS is set even
if dri is disabled.
---
configure.ac | 24
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/configure.ac b/configure.ac
index 61d98e28e0..01a8b24736 100644
--- a/configure.ac
+++ b/configu
On 28 August 2017 at 11:47, Emil Velikov wrote:
> Hi Jussi,
>
> On 28 August 2017 at 08:07, Jussi Kukkonen
> wrote:
> > Intel vulkan drivers also need expat: make sure EXPAT_LIBS is set even
> > if dri is disabled.
>
> We've got a similar patch in ma
12 matches
Mail list logo