tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: -DHAVE_NOUVEAU



Ryosuke Moro writes:
> Hi,
> 
> i don't have nVidia cards, though.
> 
> Index: Makefile.defines
> ===================================================================
> RCS file: /cvsroot/src/external/mit/xorg/lib/libdrm/Makefile.defines,v
> retrieving revision 1.1
> diff -u -p -r1.1 Makefile.defines
> --- Makefile.defines	17 Mar 2014 08:01:18 -0000	1.1
> +++ Makefile.defines	30 Oct 2015 15:24:15 -0000
> @@ -10,7 +10,5 @@ CPPFLAGS+=	-DHAVE_INTTYPES_H \
>  		-DHAVE_STRING_H  \
>  		-DHAVE_SYS_STAT_H \
>  		-DHAVE_SYS_TYPES_H \
> -		-DHAVE_UNISTD_H
> -
> -#		-DHAVE_NOUVEAU
> -
> +		-DHAVE_UNISTD_H \
> +		-DHAVE_NOUVEAU
> 
> right ?

this doesn't seem necessary, as the only use of HAVE_NOUVEAU in the
source tree is in kms/linux.c, that we don't use.

thanks.


.mrg.


Home | Main Index | Thread Index | Old Index