diff options
author | Thierry Reding <[email protected]> | 2006-10-23 16:02:22 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-23 16:02:22 +0000 |
commit | 910c32c0e9610d8bd6d6cf2ba64e4b7d9fe59bcf (patch) | |
tree | fe42142f00a5a6f092ae8c3a20b3e0286f7a386c /debian/control | |
parent | e49456d8d87eb90b17ae42bcd16010b88308527f (diff) |
Install the osmesa.h header in the libosmesa6-dev package where it belongs,
now that all OSMesa libraries have been split off into libosmesa6{,-dev}.
Don't make libosmesa6-dev depend on libgl1-mesa-swx11-dev anymore because it
no longer needs a libGL, only the gl.h header provided by mesa-common-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 96f7a84f047..ed185017a76 100644 --- a/debian/control +++ b/debian/control @@ -191,7 +191,7 @@ Description: Mesa Off-screen rendering extension Package: libosmesa6-dev Section: devel Architecture: any -Depends: libosmesa6 (= ${binary:Version}), libgl1-mesa-swx11-dev (= ${binary:Version}) +Depends: libosmesa6 (= ${binary:Version}), mesa-common-dev (= ${binary:Version}) Conflicts: xlibosmesa-dev, libosmesa4-dev, libosmesa-dev Replaces: xlibosmesa-dev, libosmesa-dev Provides: xlibosmesa-dev, libosmesa-dev |