This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository glfw3.
commit a853e71e58560c2e05ef7a2de39cd34a4f236343 Author: James Cowgill <[email protected]> Date: Thu Jan 28 14:23:59 2016 +0000 Fix libglfw3-dev dependencies so pkg-config works The pkg-config file depends on the X11 libraries so add them here so that consumers only need to build-depend on libglfw3-dev. Also replace dependency on mesa-common-dev with libgl1-mesa-dev. --- debian/control | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8b9cfca..7008466 100644 --- a/debian/control +++ b/debian/control @@ -40,8 +40,17 @@ Section: libdevel Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: libglfw3 (= ${binary:Version}), ${misc:Depends}, - mesa-common-dev, libglu1-mesa-dev | libglu-dev +Depends: + libglfw3 (= ${binary:Version}), + libgl1-mesa-dev | libgl-dev, + libglu1-mesa-dev | libglu-dev, + libx11-dev, + libxcursor-dev, + libxi-dev, + libxinerama-dev, + libxrandr-dev, + libxxf86vm-dev, + ${misc:Depends}, Conflicts: libglfw-dev Description: portable library for OpenGL, window and input (development files) 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

