Skip to content

community/mesa-demos: Install necessary shader files

Biswapriyo Nath requested to merge Biswa96/aports:mesa-demos into master
This fixes the demos which require shader files. For example,

$ mandelbrot
Unable to open shader file CH18-mandel.vert
Unable to open shader file CH18-mandel.frag
Assertion failed: vertShader || fragShader (../src/util/shaderutil.c: LinkShaders3: 116)
Aborted (core dumped)

The issue was first reported in the following bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=1373299

It was fixed in the following commit of Fedora 39.
https://src.fedoraproject.org/rpms/mesa-demos/c/30fa49f5fdff5b91125672f3bbc1eef30b2251d8?branch=f39

Merge request reports