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-dri.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-dri.install')
-rw-r--r-- | debian/libgl1-mesa-dri.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libgl1-mesa-dri.install b/debian/libgl1-mesa-dri.install index f3e8ada53ac..55500c81209 100644 --- a/debian/libgl1-mesa-dri.install +++ b/debian/libgl1-mesa-dri.install @@ -1 +1 @@ -usr/libglx/dri/*.so usr/lib/dri +usr/lib/dri/*.so |