mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
pipe-loader: fix zink driinfo header path
this feels like a compiler bug, but somehow just specifying the
shorter path ends up with a broken/partial header include
Fixes: d760a9151b ("gallium: Learn about kopper")
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18858>
This commit is contained in:
parent
966d6b738e
commit
8da9e65500
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ pipe_loader_sw_get_driconf(struct pipe_loader_device *dev, unsigned *count)
|
|||
|
||||
#if defined(HAVE_DRI) && defined(HAVE_ZINK)
|
||||
static const driOptionDescription zink_driconf[] = {
|
||||
#include "zink/driinfo_zink.h"
|
||||
#include "gallium/drivers/zink/driinfo_zink.h"
|
||||
};
|
||||
|
||||
static const struct driOptionDescription *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue