diff options
author | Thierry Reding <[email protected]> | 2006-10-20 07:56:11 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-20 07:56:11 +0000 |
commit | c7e576d6bfccc23aa4b6cfed97e97befda714d00 (patch) | |
tree | 33b0219e1631fe6c5a693d359b94a08158f6bb81 /debian/libgl1-mesa-swx11.install | |
parent | f069b2812e16da4eadbbbd1b088f1b590879e690 (diff) |
No longer install the default build of libOSMesa in the libgl1-mesa-swx11
package, but in the libosmesa6 package.
Modify the 01_fix-makefile patch to not build libOSMesa on stand-alone builds,
so that it is only created when building OSMesa explicitly.
Build libOSMesa with 8 bits per color channel (the default) in dynamic and
static versions separately from the software rasterization libGL with the
software rasterization code linked in statically so that libOSMesa can run in
parallel with any libGL. This should fix the problem Yann Dirson mentioned a
while ago.
Use the install-source.sh script to install the Mesa sources needed for the
mesa-swx11-source package instead of doing it in the debian/rules file itself.
Diffstat (limited to 'debian/libgl1-mesa-swx11.install')
-rw-r--r-- | debian/libgl1-mesa-swx11.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/libgl1-mesa-swx11.install b/debian/libgl1-mesa-swx11.install index 0332c792336..6d70d0f9f9a 100644 --- a/debian/libgl1-mesa-swx11.install +++ b/debian/libgl1-mesa-swx11.install @@ -1,2 +1 @@ usr/lib/libGL.so.* -usr/lib/libOSMesa.so.* |