diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-12-11 08:56:49 -0800 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-09-24 10:55:15 +0800 |
commit | be5d939e7e2c4c2235b63649a61f2c9cffb768e4 (patch) | |
tree | 8d9518f71dd33277c8698eb1dd35678551dd15ca | |
parent | 70c5c501d78a6ed9edc51543a49ecd4bec093a6a (diff) | |
download | mesa-be5d939e7e2c4c2235b63649a61f2c9cffb768e4.tar.gz mesa-be5d939e7e2c4c2235b63649a61f2c9cffb768e4.tar.bz2 mesa-be5d939e7e2c4c2235b63649a61f2c9cffb768e4.zip |
build with llvm
-rw-r--r-- | packaging/mesa.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index 0f367cb1f77..cc1fb53fd74 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -11,6 +11,7 @@ Release: 0 BuildRequires: makedepend BuildRequires: autoconf >= 2.59 BuildRequires: automake +BuildRequires: llvm-devel BuildRequires: bison BuildRequires: fdupes BuildRequires: flex @@ -370,7 +371,6 @@ autoreconf -fi --enable-shared-glapi \ --enable-xa \ --enable-texture-float \ - --enable-glu \ %if %glamor --enable-gbm \ --enable-glx-tls \ |