treewide: Include mesa_interface.h not dri_interface.h
We're about to split the latter off as a compatibility detail for older versions of Xorg, and the former includes the latter at this point, so this should be just to prove no functional change. Acked-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28378>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#ifndef KOPPER_INTERFACE_H
|
||||
#define KOPPER_INTERFACE_H
|
||||
|
||||
#include <GL/internal/dri_interface.h>
|
||||
#include <GL/internal/mesa_interface.h>
|
||||
#include <vulkan/vulkan_core.h>
|
||||
|
||||
typedef struct __DRIkopperExtensionRec __DRIkopperExtension;
|
||||
|
Reference in New Issue
Block a user