mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-07 00:30:29 +01:00
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
2 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue