[glfw3] 12/14: Add build dependencies on libxcursor-dev and libxinerama-dev

James Cowgill jcowgill-guest at moszumanska.debian.org
Sat Jun 20 14:46:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository glfw3.

commit 9eea28982f0e140b3775ce0585f10e44d8911c25
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Sat Jun 20 15:17:23 2015 +0100

    Add build dependencies on libxcursor-dev and libxinerama-dev
---
 debian/control | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 6717586..ffefaf2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,19 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Mahyuddin Susanto <udienz at ubuntu.com>,
            Roman Valov <roman.valov at gmail.com>,
            James Cowgill <james410 at cowgill.org.uk>
-Build-Depends: debhelper (>= 9), cmake,
-               libgl1-mesa-dev | libgl-dev,
-               libglu1-mesa-dev | libglu-dev,
-               libx11-dev, libxrandr-dev,
-               libxi-dev, libxxf86vm-dev,
-               libxext-dev, doxygen
+Build-Depends:
+ cmake,
+ debhelper (>= 9),
+ doxygen,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libx11-dev,
+ libxcursor-dev,
+ libxext-dev,
+ libxi-dev,
+ libxinerama-dev,
+ libxrandr-dev,
+ libxxf86vm-dev
 Standards-Version: 3.9.6
 Homepage: http://www.glfw.org/
 Vcs-Git: git://anonscm.debian.org/pkg-games/glfw3.git

-- 
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