mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 03:40:05 +01:00
Pick up dri2proto from the standard proto header include path.
This commit is contained in:
parent
856d9dd615
commit
81af92f5d9
2 changed files with 2 additions and 2 deletions
|
|
@ -860,7 +860,7 @@ AM_CONDITIONAL(DRI2, test "x$DRI2" = xyes)
|
|||
if test "x$DRI2" = xyes; then
|
||||
# FIXME: Bump the versions once we have releases of these.
|
||||
AC_DEFINE(DRI2, 1, [Build DRI2 extension])
|
||||
PKG_CHECK_MODULES([DRI2PROTO], [dri2proto >= 1.0.0])
|
||||
PKG_CHECK_MODULES([DRI2PROTO], [dri2proto >= 1.1])
|
||||
PKG_CHECK_MODULES([LIBDRM], [libdrm >= 2.3.1])
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -37,12 +37,12 @@
|
|||
#define NEED_REPLIES
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include <X11/extensions/dri2proto.h>
|
||||
#include "dixstruct.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmapstr.h"
|
||||
#include "extnsionst.h"
|
||||
#include "xf86drm.h"
|
||||
#include "dri2proto.h"
|
||||
#include "dri2.h"
|
||||
|
||||
/* The only xf86 include */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue