Skip to content
Commits on Source (3)
libglvnd (1.3.0-5) unstable; urgency=medium
* control: Add lib{egl,gl,gles,glx}-dev to libglvnd-dev depends, since
the .so symlinks have moved.
-- Timo Aaltonen <tjaalton@debian.org> Fri, 20 Dec 2019 21:06:47 +0200
libglvnd (1.3.0-4) unstable; urgency=medium
* Upload to unstable.
-- Timo Aaltonen <tjaalton@debian.org> Thu, 19 Dec 2019 08:57:14 +0200
libglvnd (1.3.0-3) experimental; urgency=medium
* fix-armel-build.diff: Attempt to fix build on armel.
......
......@@ -25,6 +25,10 @@ Architecture: any
Depends:
libglvnd0 (= ${binary:Version}),
${misc:Depends},
libegl-dev (>= 1.3.0-1),
libgl-dev (>= 1.3.0-1),
libgles-dev (>= 1.3.0-1),
libglx-dev (>= 1.3.0-1),
Breaks:
libglvnd-core-dev (<< 1.3.0-1),
Replaces:
......