On Mon, Jan 30, 2017 at 02:20:47PM +0000, Lionel Landwerlin wrote:
> Otherwise we won't log anything with OpenGL applications using a
> recent Mesa driver.
> 
> v2: This requires updated uapi headers, hence the libdrm dependency
>     bump (Petri)
> 
> Signed-off-by: Lionel Landwerlin <[email protected]>
> ---
>  configure.ac    | 4 ++--
>  tools/aubdump.c | 3 ++-
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 5bdd744a..06c19f14 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -182,10 +182,10 @@ AC_ARG_ENABLE(intel, AS_HELP_STRING([--disable-intel],
>             [Enable building of intel specific parts (default: auto)]),
>             [INTEL=$enableval], [INTEL=auto])
>  if test "x$INTEL" = xauto; then
> -     PKG_CHECK_EXISTS([libdrm_intel >= 2.4.74], [INTEL=yes], [INTEL=no])
> +     PKG_CHECK_EXISTS([libdrm_intel >= 2.4.75], [INTEL=yes], [INTEL=no])
>  fi
>  if test "x$INTEL" = xyes; then
> -     PKG_CHECK_MODULES(DRM_INTEL, [libdrm_intel >= 2.4.74])
> +     PKG_CHECK_MODULES(DRM_INTEL, [libdrm_intel >= 2.4.75])

Are we really using libdrm_intel as the canonical source for the uapi
headers? /irony
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to