Require glproto >= 1.4.1 if building DRI with GLX. This fixes a build

failure on a number of hyperpipe functions.
This commit is contained in:
Donnie Berkholz 2005-10-14 05:36:39 +00:00
parent 8df7628a2a
commit 821584fcd3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-13 Donnie Berkholz <spyderous@gentoo.org>
* configure.ac: Require glproto >= 1.4.1 if building DRI with GLX. This
fixes a build failure on a number of hyperpipe functions.
2005-10-13 Alan Coopersmith <alan.coopersmith@sun.com>
* hw/xfree86/utils/xorgconfig/Makefile.am (EXTRAMANDEFS):

View File

@ -493,7 +493,7 @@ if test "x$DRI" = xyes; then
PKG_CHECK_MODULES([DRIPROTO], [xf86driproto])
PKG_CHECK_MODULES([LIBDRM], [libdrm])
if test "x$GLX" = xyes; then
PKG_CHECK_MODULES([GL], [glproto])
PKG_CHECK_MODULES([GL], [glproto >= 1.4.1])
fi
AC_SUBST(DRIPROTO_CFLAGS)
AC_SUBST(LIBDRM_CFLAGS)