Skip to content
Snippets Groups Projects
Commit ac47d5ce authored by Simon McVittie's avatar Simon McVittie
Browse files

GL shims: Use a less libGL.so.1-centric name

parent 533e385d
Branches
Tags
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -5,9 +5,10 @@
/files
/libGL-proxy/
/libGL-proxy-build/
/libcapsule-dev
/libcapsule-tools
/libcapsule-dev/
/libcapsule-gl-shims/
/libcapsule-tools/
/libcapsule-libgl1-shims/
/libcapsule-tests
/libcapsule0
/tmp
/libcapsule-tests/
/libcapsule0/
/tmp/
......@@ -56,24 +56,40 @@ Description:
.
This package contains the files needed to generate libcapsule proxy libraries.
Package: libcapsule-gl-shims
Architecture: amd64 i386
Multi-Arch: same
Section: libs
Breaks: libcapsule-libgl1-shims (<< ${binary:Version}),
Replaces: libcapsule-libgl1-shims (<< ${binary:Version}),
Description: OpenGL-related shim libraries
libcapsule is a helper library used to implement segregated run-time
dynamic linking proxy libraries - used (for example) to load a library
that has dependencies incompatible with the regular libraries that are
part of the host OS, such as an incompatible libstdc++ version.
.
This package contains libcapsule proxy libraries for libGL, libGLX,
libOpenGL and related libraries.
Package: libcapsule-libgl1-shims
Architecture: amd64 i386
Multi-Arch: same
Section: libs
Description:
Depends: libcapsule-gl-shims
Description: OpenGL-related shim libraries - transitional package
libcapsule is a helper library used to implement segregated run-time
dynamic linking proxy libraries - used (for example) to load a library
that has dependencies incompatible with the regular libraries that are
part of the host OS, such as an incompatible libstdc++ version.
.
This package contains automated tests.
This transitional package depends on libcapsule-gl-shims.
Package: libcapsule-tests
Architecture: amd64 i386
Section: misc
Depends:
bubblewrap,
libcapsule-libgl1-shims (= ${binary:Version}),
libcapsule-gl-shims (= ${binary:Version}),
libipc-run-perl,
libsort-versions-perl,
mesa-utils,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment