diff options
| author | Dave Airlie <airlied@redhat.com> | 2012-11-05 10:01:28 +0000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2012-11-05 10:01:28 +0000 |
| commit | 5145f07dda1d87bf3f500836d2e00f72f5d16bf5 (patch) | |
| tree | 98de0873a887e5bef51a8832e0947f98605360bf | |
| parent | bd79bc7346b93880500538c549eb89af0c05c59d (diff) | |
mesa: fix build on EL7 with later libdrm
| -rw-r--r-- | mesa.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -291,9 +291,11 @@ Mesa shared glapi sed -i 's/^default_driver.*$/default_driver="dri"/' configure.ac # need to use libdrm_nouveau2 on F17 +%if !0%{?rhel} %if 0%{?fedora} < 18 sed -i 's/\<libdrm_nouveau\>/&2/' configure.ac %endif +%endif %build |
