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:
Mike Blumenkrantz
2022-09-27 17:06:28 -04:00
committed by Marge Bot
parent 966d6b738e
commit 8da9e65500

View File

@@ -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 *