diff options
author | 2018-10-06 16:29:22 -0400 | |
---|---|---|
committer | 2018-10-06 16:31:44 -0400 | |
commit | 5866bbc8c2570fd1fc597db57f6cd621855917a2 (patch) | |
tree | 6d845d947ccc2d09e6ee37ff336eabb683400f2a /media-libs/libepoxy | |
parent | profiles: last rite net-analyzer/mate-netspeed (diff) | |
download | gentoo-5866bbc8c2570fd1fc597db57f6cd621855917a2.tar.gz gentoo-5866bbc8c2570fd1fc597db57f6cd621855917a2.tar.bz2 gentoo-5866bbc8c2570fd1fc597db57f6cd621855917a2.zip |
media-libs/libepoxy: Require >=dev-util/meson-0.47.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/libepoxy')
-rw-r--r-- | media-libs/libepoxy/libepoxy-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index b6c7a46a052b..ec896cd974cf 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,6 +29,7 @@ IUSE="test +X" RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]" DEPEND="${PYTHON_DEPS} ${RDEPEND} + >=dev-util/meson-0.47.0 X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) virtual/pkgconfig" |