mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
intel/dev: use libdrm.h wrapper to support builds without libdrm
Fixes part of: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10159 Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26236>
This commit is contained in:
parent
4eb4197d27
commit
ce7cda417f
4 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <xf86drm.h>
|
||||
#include "util/libdrm.h"
|
||||
|
||||
#include "intel_device_info.h"
|
||||
#include "intel_hwconfig.h"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <xf86drm.h>
|
||||
#include "util/libdrm.h"
|
||||
|
||||
#include "intel_device_info.h"
|
||||
#include "intel_wa.h"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <xf86drm.h>
|
||||
#include "util/libdrm.h"
|
||||
|
||||
#include "intel_device_info.h"
|
||||
#include "intel_device_info_test.h"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <xf86drm.h>
|
||||
#include "util/libdrm.h"
|
||||
|
||||
#include "intel_kmd.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue