Accepting request 80905 from X11:XOrg

- llvm is only available for *x86* currently

OBS-URL: https://build.opensuse.org/request/show/80905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=128
This commit is contained in:
Sascha Peilicke 2011-09-06 12:53:47 +00:00 committed by Git OBS Bridge
commit 60debdbfed
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 4 12:34:37 CEST 2011 - meissner@suse.de
- llvm is only available for *x86* currently
-------------------------------------------------------------------
Tue Aug 9 00:51:28 UTC 2011 - stefan.bruens@rwth-aachen.de

View File

@ -24,7 +24,10 @@ Release: 1
Name: Mesa
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel
BuildRequires: bison fdupes flex libtalloc-devel libxml2-python llvm-devel
BuildRequires: bison fdupes flex libtalloc-devel libxml2-python
%ifarch %ix86 x86_64
BuildRequires: llvm-devel
%endif
Url: http://www.mesa3d.org
License: MIT License (or similar)
Group: System/Libraries