]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame - X11-driver-firegl.spec
- release 3 to rebuild with fixed viak8t patch
[packages/X11-driver-firegl.git] / X11-driver-firegl.spec
CommitLineData
73f83a82 1#
2# Conditional build:
65666b9f 3%bcond_without dist_kernel # without distribution kernel
56f8b0b0 4%bcond_without kernel # don't build kernel modules
de505e65 5%bcond_without smp # don't build SMP module
56f8b0b0 6%bcond_without userspace # don't build userspace tools
de505e65 7%bcond_with verbose # verbose build (V=1)
2aa20f95 8%bcond_without incall # include all sources in srpm
c48a488c 9
e8dd1d9e 10%define _min_x11 6.8.0
c48a488c 11
37862d70 12%if %{without kernel}
13%undefine with_dist_kernel
14%endif
15
935ce2f3 16%ifarch %{ix86}
2aa20f95 17%define need_x86 1
2aa20f95 18%else
935ce2f3
JB
19%define need_x86 0%{?with_incall:1}
20%endif
caca75ca 21%ifarch %{x8664}
2aa20f95 22%define need_amd64 1
935ce2f3
JB
23%else
24%define need_amd64 0%{?with_incall:1}
2aa20f95
PZ
25%endif
26
73f83a82 27Summary: Linux Drivers for ATI graphics accelerators
28