On Wed, 2010-05-26 at 20:23 -0500, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz <[email protected]> > > Signed-off-by: Yaakov Selkowitz <[email protected]> > --- > build.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/build.sh b/build.sh > index 79ae83a..3d7c990 100755 > --- a/build.sh > +++ b/build.sh > @@ -578,7 +578,7 @@ build_driver_video() { > build_driver() { > # XQuartz doesn't need these... > case $HOST_OS in > - Darwin*) return 0 ;; > + Darwin*|CYGWIN*) return 0 ;; > esac > > build_driver_input
Reviewed-by: Gaetan Nadon <[email protected]>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
