From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 68544] cannot build mesa 9.2 without llvm
Date: Mon, 26 Aug 2013 00:15:20 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1893633066=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 443C3E5F91
for ;
Sun, 25 Aug 2013 17:15:20 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1893633066==
Content-Type: multipart/alternative; boundary="1377476120.Fa7c2c6e1.26115"; charset="us-ascii"
--1377476120.Fa7c2c6e1.26115
Date: Mon, 26 Aug 2013 00:15:20 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=68544
--- Comment #2 from Emil Velikov ---
Seems like test always priorities the _and_ over _or_ :)
Kris' patch does the right thing, although it can be simplified to either:
test "x$HAVE_GALLIUM_I915" = xyes -o "x$HAVE_GALLIUM_SOFTPIPE" = xyes && test
"x$MESA_LLVM" = x1
or
test "x$HAVE_GALLIUM_I915" = xyes -a "x$MESA_LLVM" = x1 -o
"x$HAVE_GALLIUM_SOFTPIPE" = xyes -a "x$MESA_LLVM" = x1
Feel free to test either one(all three :P) and send the git patch to the ML
mesa-dev@lists.freedesktop.org
Thanks for spotting this :)
--
You are receiving this mail because:
You are the assignee for the bug.
--1377476120.Fa7c2c6e1.26115
Date: Mon, 26 Aug 2013 00:15:20 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 2
on bug 68544
from Emil Velikov
Seems like test always priorities the _and_ over _or_ :)
Kris' patch does the right thing, although it can be simplified to either:
test "x$HAVE_GALLIUM_I915" = xyes -o "x$HAVE_GALLIUM_SOFTPIPE" = xyes && test
"x$MESA_LLVM" = x1
or
test "x$HAVE_GALLIUM_I915" = xyes -a "x$MESA_LLVM" = x1 -o
"x$HAVE_GALLIUM_SOFTPIPE" = xyes -a "x$MESA_LLVM" = x1
Feel free to test either one(all three :P) and send the git patch to the ML
mesa-dev@lists.freedesktop.org
Thanks for spotting this :)
You are receiving this mail because:
- You are the assignee for the bug.
--1377476120.Fa7c2c6e1.26115--
--===============1893633066==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1893633066==--