mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
Fix compile failure on old Xorg with XF86_ALLOCATE_GPU_SCREEN
Sigh, a late fix was not compile checked against xorg-1.7. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
#include <xf86platformBus.h>
|
||||
#endif
|
||||
|
||||
#ifndef XF86_ALLOCATE_GPU_SCREEN
|
||||
#define XF86_ALLOCATE_GPU_SCREEN 0
|
||||
#endif
|
||||
|
||||
static const struct intel_device_info intel_generic_info = {
|
||||
.gen = -1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user