mirror of
https://github.com/X11Libre/xf86-video-nouveau.git
synced 2026-03-24 01:24:20 +00:00
dri1: purge the final references
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
committed by
Maarten Lankhorst
parent
b5d1a9bd26
commit
ea8d225fe1
@@ -83,7 +83,7 @@ PKG_CHECK_MODULES(LIBDRM_NOUVEAU, [libdrm_nouveau >= 2.4.25])
|
||||
AC_SUBST(LIBDRM_NOUVEAU_CFLAGS)
|
||||
AC_SUBST(LIBDRM_NOUVEAU_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.8] xproto fontsproto libdrm xf86driproto $REQUIRED_MODULES)
|
||||
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.8] xproto fontsproto libdrm $REQUIRED_MODULES)
|
||||
PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
|
||||
HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]),
|
||||
HAVE_XEXTPROTO_71="no")
|
||||
|
||||
@@ -4,16 +4,10 @@
|
||||
#include "colormapst.h"
|
||||
#include "xf86Cursor.h"
|
||||
#include "exa.h"
|
||||
#ifdef XF86DRI
|
||||
#define _XF86DRI_SERVER_
|
||||
#include "xf86drm.h"
|
||||
#include "dri.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "xf86Crtc.h"
|
||||
#else
|
||||
#error "This driver requires a DRI-enabled X server"
|
||||
#endif
|
||||
|
||||
#if XF86_CRTC_VERSION >= 5
|
||||
#define NOUVEAU_PIXMAP_SHARING 1
|
||||
|
||||
Reference in New Issue
Block a user