mbox series

[0/2] mesa-demos: bump to latest commit in git, remove use of deprecated option

Message ID 20250422-mesa-demos-git-v1-0-87eac5e3af26@cherry.de
Headers show
Series mesa-demos: bump to latest commit in git, remove use of deprecated option | expand

Message

Quentin Schulz April 22, 2025, 2:26 p.m. UTC
When trying to use vkgears on RK3588 with PanVK, version 9.0.0 (released
two years ago) currently crashes due to a Segfault. Considering there's
been quite a few commits since that version, let's use the latest commit
in the master branch instead of trying to figure out which patch(es)
exactly fix that issue.

While at it, remove the use of deprecated with-glut option in favor of
the glut meson feature option. This has been tested as binary equivalent
for build/src, package, image and sysroot-dirs directories with and
without this patch (and of course glut PACKAGECONFIG selected).

I'm traveling right now, so this is only build tested.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Quentin Schulz (2):
      mesa-demos: use latest git version
      mesa-demos: use glut feature instead of deprecated with-glut string option

 ...001-meson-fix-glx-detection-without-glvnd.patch | 46 ----------------------
 .../{mesa-demos_9.0.0.bb => mesa-demos_git.bb}     | 14 ++++---
 2 files changed, 8 insertions(+), 52 deletions(-)
---
base-commit: 53c772c941d5ce69ab89f35cd04724b740daf269
change-id: 20250418-mesa-demos-git-5e08d1005397

Best regards,