[PATCH] Add glproto to DRI dependencies

Dan Nicholson dbn.lists at gmail.com
Thu May 15 23:45:48 PDT 2008


On Tue, May 13, 2008 at 2:21 AM,  <remi at gentoo.org> wrote:
> From: Rémi Cardona <remi at gentoo.org>
>
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 60b95fa..af87299 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -198,7 +198,7 @@ fi
>
>  AM_CONDITIONAL(DRI, test x$DRI = xyes)
>  if test "$DRI" = yes; then
> -        PKG_CHECK_MODULES(DRI, [libdrm xf86driproto])
> +        PKG_CHECK_MODULES(DRI, [libdrm xf86driproto glproto])
>         AC_DEFINE(XF86DRI,1,[Enable DRI driver support])
>         AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
>        PKG_CHECK_MODULES(DRI_MM, [libdrm >= 2.3.1],[DRI_MM=yes], [DRI_MM=no])
> --
> 1.5.5.1

Yeah, I noticed that a while back, too, since I have my X packages
split out individually instead of just one big xorg-proto or
something. So, +1 from me. I seem to recall that a lot of the drivers
include headers from glproto, too, without checking for it in
configure.

--
Dan



More information about the xorg mailing list