[PATCH modular] build.sh: don't build drivers on Cygwin
Gaetan Nadon
memsize at videotron.ca
Wed May 26 18:28:48 PDT 2010
On Wed, 2010-05-26 at 20:23 -0500, Yaakov (Cygwin/X) wrote:
> From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
>
> Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> ---
> 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 <memsize at videotron.ca>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100526/ba0c3ef0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100526/ba0c3ef0/attachment.pgp>
More information about the xorg-devel
mailing list