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:
parent
8df7628a2a
commit
821584fcd3
|
@ -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):
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue