diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-02 20:35:59 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-02 20:36:25 +0100 |
commit | 4efedb5868ffd425199f0786ad0776b1b21f020a (patch) | |
tree | 6dd7742e699c63a41c38a352527dd61d84f77138 /sci-electronics/gazebo | |
parent | sci-mathematics/gfan: add ~arm, bug #573324 (diff) | |
download | gentoo-4efedb5868ffd425199f0786ad0776b1b21f020a.tar.gz gentoo-4efedb5868ffd425199f0786ad0776b1b21f020a.tar.bz2 gentoo-4efedb5868ffd425199f0786ad0776b1b21f020a.zip |
sci-electronics/gazebo: add build dep on mesa-progs for glxinfo.
this avoids the fallback on opening an opengl display causing bug #576102
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-electronics/gazebo')
-rw-r--r-- | sci-electronics/gazebo/gazebo-7.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-electronics/gazebo/gazebo-7.0.0.ebuild b/sci-electronics/gazebo/gazebo-7.0.0.ebuild index 04554472ec98..078f69383a6d 100644 --- a/sci-electronics/gazebo/gazebo-7.0.0.ebuild +++ b/sci-electronics/gazebo/gazebo-7.0.0.ebuild @@ -50,6 +50,7 @@ DEPEND="${RDEPEND} dev-qt/qttest:4 app-text/ronn virtual/pkgconfig + x11-apps/mesa-progs test? ( dev-libs/libxslt ) " CMAKE_BUILD_TYPE=RelWithDebInfo |