diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-01 11:47:44 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-01 11:48:43 -0400 |
commit | 80444bd2be80831cc2a59083ebba4920d8d85118 (patch) | |
tree | 3c83056eb6fa463a77c8308442e9b579a8d0e1a6 /media-libs | |
parent | app-emulation/diskimage-builder: 3.8.0 bump (diff) | |
download | gentoo-80444bd2be80831cc2a59083ebba4920d8d85118.tar.gz gentoo-80444bd2be80831cc2a59083ebba4920d8d85118.tar.bz2 gentoo-80444bd2be80831cc2a59083ebba4920d8d85118.zip |
media-libs/mesa: Depend on dev-util/wayland-scanner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-20.3.5.ebuild | 1 | ||||
-rw-r--r-- | media-libs/mesa/mesa-21.0.1.ebuild | 1 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-20.3.5.ebuild b/media-libs/mesa/mesa-20.3.5.ebuild index d5504bd484c1..b77317562fe9 100644 --- a/media-libs/mesa/mesa-20.3.5.ebuild +++ b/media-libs/mesa/mesa-20.3.5.ebuild @@ -225,6 +225,7 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") + wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) " S="${WORKDIR}/${MY_P}" diff --git a/media-libs/mesa/mesa-21.0.1.ebuild b/media-libs/mesa/mesa-21.0.1.ebuild index aac65f99e5f1..ebeac9698ee4 100644 --- a/media-libs/mesa/mesa-21.0.1.ebuild +++ b/media-libs/mesa/mesa-21.0.1.ebuild @@ -225,6 +225,7 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") + wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) " S="${WORKDIR}/${MY_P}" diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index aac65f99e5f1..ebeac9698ee4 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -225,6 +225,7 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") + wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) " S="${WORKDIR}/${MY_P}" |