diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-07 18:29:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-07 18:30:39 +0100 |
commit | 10d258ce53f958aa5a243ea4590f3c78fbf65782 (patch) | |
tree | d44696e5e17930daf37e7b63ba0c7a155e4f2ab3 /media-libs | |
parent | dev-lang/php: version bump 7.0.1 -> 7.0.2. (diff) | |
download | gentoo-10d258ce53f958aa5a243ea4590f3c78fbf65782.tar.gz gentoo-10d258ce53f958aa5a243ea4590f3c78fbf65782.tar.bz2 gentoo-10d258ce53f958aa5a243ea4590f3c78fbf65782.zip |
media-libs/libsfml: Add some missing deps
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsfml/libsfml-2.3.2-r1.ebuild (renamed from media-libs/libsfml/libsfml-2.3.2.ebuild) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsfml/libsfml-2.3.2.ebuild b/media-libs/libsfml/libsfml-2.3.2-r1.ebuild index d8190d3eb221..70bcb906ce87 100644 --- a/media-libs/libsfml/libsfml-2.3.2.ebuild +++ b/media-libs/libsfml/libsfml-2.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,9 +26,12 @@ RDEPEND="media-libs/freetype:2 media-libs/openal sys-libs/zlib virtual/jpeg:0 - virtual/udev + virtual/libudev:0 + virtual/opengl x11-libs/libX11 - x11-libs/libXrandr" + x11-libs/libXrandr + x11-libs/libxcb + x11-libs/xcb-util-image" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" |