diff options
author | Thierry Reding <[email protected]> | 2006-10-15 13:15:56 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-15 13:15:56 +0000 |
commit | 8ef731bcd11af50e92fc1356532df44a80f7a4b0 (patch) | |
tree | a49e9e0b7ef5811b8671415f2a2dad6684fcc267 /debian/libgl1-mesa-glx.install | |
parent | 8d02f3c68a1852de6bfe8c0b58c325224fef9743 (diff) |
Add a patch (00_create-libdir) that fixes the upstream build system to make
sure the LIB_DIR is created or bail out.
Update the 01_fix-makefile patch to only install libGL/libOSMesa if they
exist. Don't make installation dependent on which drivers are built.
Build optimized versions of the swx11 libraries in addition to those that
should work on the least-capable supported processor for the given
architecture.
Have most configurations include debian-default instead of debian-common so
that INSTALL_DIR is correctly defined. debian-common can probably be dropped
anyway.
Diffstat (limited to 'debian/libgl1-mesa-glx.install')
-rw-r--r-- | debian/libgl1-mesa-glx.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libgl1-mesa-glx.install b/debian/libgl1-mesa-glx.install index 270e569baa4..1a30ecd7cbd 100644 --- a/debian/libgl1-mesa-glx.install +++ b/debian/libgl1-mesa-glx.install @@ -1 +1 @@ -usr/libglx/libGL.so.* usr/lib +usr/lib/glx/libGL.so.* usr/lib |