]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame - X11-driver-firegl.spec
- sources available
[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
42ab2c5b 10%define _min_eq_x11 1:6.9.0
11%define _max_x11 1:7.0.0
8dfcd94a 12%define x11ver x690
c48a488c 13
37862d70 14%if %{without kernel}
15%undefine with_dist_kernel
16%endif
17
935ce2f3 18%ifarch %{ix86}
2aa20f95 19%define need_x86 1
674278d1 20%define need_amd64 0%{?with_incall:1}
21%define arch_sufix ""
22%define arch_dir x86
2aa20f95 23%else
935ce2f3 24%define need_x86 0%{?with_incall:1}
2aa20f95 25%define need_amd64 1
42ab2c5b 26%define arch_sufix _64a
674278d1 27%define arch_dir x86_64
2aa20f95
PZ
28%endif
29
73f83a82 30Summary: Linux Drivers for ATI graphics accelerators
31