[glfw3] 01/01: Add manual dependency on GLX to libglfw3
James Cowgill
jcowgill at moszumanska.debian.org
Sat Jun 18 15:51:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
jcowgill pushed a commit to branch wayland
in repository glfw3.
commit 3603e3148e1acf8fe9edcfce1080d387ff3b24c2
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Sat Jun 18 16:47:09 2016 +0100
Add manual dependency on GLX to libglfw3
Since GLX is loaded dynamically in glfw 3.2, it's not automatically added to
the dependency list for libglfw3. Also add other optional dependencies as
Suggests relations to the packages.
---
debian/control | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index d9d9bb8..efb2ed9 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,13 @@ Package: libglfw3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ libgl1-mesa-glx | libgl1,
+ ${shlibs:Depends},
+ ${misc:Depends},
+Suggests:
+ libegl1-mesa | libegl1-x11,
+ libvulkan1,
Description: portable library for OpenGL, window and input (libraries)
GLFW is an Open Source, multi-platform library for creating
windows with OpenGL contexts and managing input and events.
@@ -45,6 +51,7 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libvulkan1
Conflicts: libglfw3
Description: portable library for OpenGL, window and input (libraries)
GLFW is an Open Source, multi-platform library for creating
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw3.git
More information about the Pkg-games-commits
mailing list