drop unused HAVE_LIBDRM_2_2
Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
c4ec71b405
commit
1e4412abc4
|
@ -861,9 +861,6 @@ AM_CONDITIONAL(DRI2, test "x$DRI2" == xyes)
|
||||||
|
|
||||||
if test "x$DRI" = xyes || test "x$DRI2" = xyes; then
|
if test "x$DRI" = xyes || test "x$DRI2" = xyes; then
|
||||||
PKG_CHECK_MODULES([LIBDRM], [libdrm >= 2.3.0])
|
PKG_CHECK_MODULES([LIBDRM], [libdrm >= 2.3.0])
|
||||||
PKG_CHECK_EXISTS(libdrm >= 2.2.0,
|
|
||||||
[AC_DEFINE([HAVE_LIBDRM_2_2], 1,
|
|
||||||
[Has version 2.2 (or newer) of the drm library])])
|
|
||||||
AC_SUBST(LIBDRM_CFLAGS)
|
AC_SUBST(LIBDRM_CFLAGS)
|
||||||
AC_SUBST(LIBDRM_LIBS)
|
AC_SUBST(LIBDRM_LIBS)
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -121,9 +121,6 @@
|
||||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
#undef HAVE_INTTYPES_H
|
#undef HAVE_INTTYPES_H
|
||||||
|
|
||||||
/* Define to 1 if you have version 2.2 (or newer) of the drm library */
|
|
||||||
#undef HAVE_LIBDRM_2_2
|
|
||||||
|
|
||||||
/* Have Quartz */
|
/* Have Quartz */
|
||||||
#undef XQUARTZ
|
#undef XQUARTZ
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue