]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame_incremental - X11-driver-firegl.spec
- missed %%patchX for viak8t.patch added.
[packages/X11-driver-firegl.git] / X11-driver-firegl.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_without dist_kernel # without distribution kernel
4%bcond_without kernel # don't build kernel modules
5%bcond_without smp # don't build SMP module
6%bcond_without userspace # don't build userspace tools
7%bcond_with verbose # verbose build (V=1)
8%bcond_without incall # include all sources in srpm
9
10%define _min_x11 6.8.0
11
12%if %{without kernel}
13%undefine with_dist_kernel
14%endif
15
16%ifarch %{ix86}
17%define need_x86 1
18%else
19%define need_x86 0%{?with_incall:1}
20%endif
21%ifarch amd64
22%define need_amd64 1
23%else
24%define need_amd64 0%{?with_incall:1}
25%endif
26
27Summary: Linux Drivers for ATI graphics accelerators
28