On Thu, Sep 19, 2024 at 10:11:08AM +0200, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <[email protected]>

Hmmm, libgallium_drv_video.so is not always available. I think, that was
changed in mesa in b51ea6a445b4c1f386e992c894f85f262456db26 ("targets/va:
Build va driver into libgallium when building with dri").

>From what I can tell, the code was moved to libgallium-<version>.so (if
it's built) and the *_drv_video.so drivers must link to that instead.

Michael

> ---
>  rules/mesalib.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/mesalib.make b/rules/mesalib.make
> index c18056a97db7..ef358a1f546e 100644
> --- a/rules/mesalib.make
> +++ b/rules/mesalib.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
>  #
>  # Paths and names
>  #
> -MESALIB_VERSION      := 24.2.2
> -MESALIB_MD5  := 2efcf055c7d48b12cd2c9df2fc41f1b0
> +MESALIB_VERSION      := 24.2.3
> +MESALIB_MD5  := e3a195842c5cfbfb7234ed45f70af787
>  MESALIB              := mesa-$(MESALIB_VERSION)
>  MESALIB_SUFFIX       := tar.xz
>  MESALIB_URL  := \
> -- 
> 2.39.5
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Reply via email to