[Glamor] [PATCH] Request libgbm >= 9 to prevent compile errors
davyaxel at free.fr
davyaxel at free.fr
Sat Dec 7 15:22:33 PST 2013
Thanks.
In that case we probably need to duplicate the check to gbm, so the egl part can compile (but without the dri3 part) when gbm <= 8
Axel Davy
On 07/12/2013, Gaetan Nadon wrote :
> Version 8 is missing these symbols:
> GBM_FORMAT_ARGB8888
> GBM_BO_IMPORT_EGL_IMAGE
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 32b4e1a..df1ccb9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -61,7 +61,7 @@ LIBGL="gl >= 7.1.0"
> LIBPIXMAN="pixman-1 >= 0.21.8"
> LIBEGL="egl"
> LIBGLESV2="glesv2"
> -LIBGBM="gbm"
> +LIBGBM="gbm >= 9"
>
> # Define a configure option for an alternate input module directory
> AC_ARG_WITH(xorg-module-dir,
More information about the Glamor
mailing list