diff options
author | Thierry Reding <[email protected]> | 2006-10-14 17:04:02 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-14 17:04:02 +0000 |
commit | 6e318e2cd1a4b9fac72376702fec61f92e57ab40 (patch) | |
tree | acc3110126f64903c486df1ec1e0e48704146795 /debian/rules | |
parent | 01e6b84b14081365d4341a9db0978871cc669325 (diff) |
Base the Debian OSMesa configurations on linux-osmesa* provided upstream.
Add a configuration for building a static version of OSMesa with 32 bits per
color channel.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index aa5299b36ef..0b0e60f3438 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,7 @@ STAMPDIR = debian/stamp # build the following configurations CONFIGS = debian \ debian-dri \ + debian-osmesa \ debian-osmesa16 \ debian-osmesa16-static \ debian-osmesa32 \ |