Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/
Date: Wed, 02 Mar 2016 19:36:37
Message-Id: 1456947385.4efedb5868ffd425199f0786ad0776b1b21f020a.aballier@gentoo
1 commit: 4efedb5868ffd425199f0786ad0776b1b21f020a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 19:35:59 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 19:36:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efedb58
7
8 sci-electronics/gazebo: add build dep on mesa-progs for glxinfo.
9
10 this avoids the fallback on opening an opengl display causing bug #576102
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
14
15 sci-electronics/gazebo/gazebo-7.0.0.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sci-electronics/gazebo/gazebo-7.0.0.ebuild b/sci-electronics/gazebo/gazebo-7.0.0.ebuild
19 index 0455447..078f693 100644
20 --- a/sci-electronics/gazebo/gazebo-7.0.0.ebuild
21 +++ b/sci-electronics/gazebo/gazebo-7.0.0.ebuild
22 @@ -50,6 +50,7 @@ DEPEND="${RDEPEND}
23 dev-qt/qttest:4
24 app-text/ronn
25 virtual/pkgconfig
26 + x11-apps/mesa-progs
27 test? ( dev-libs/libxslt )
28 "
29 CMAKE_BUILD_TYPE=RelWithDebInfo