commit: 686ef7bf4318fe5d6c201e406f2ed5c20c0fab7b Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev> AuthorDate: Thu Jan 1 10:01:17 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 15:15:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686ef7bf
media-libs/gst-plugins-bad: add `dev-util/wayland-scanner` to `BDEPEND` Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev> Part-of: https://github.com/gentoo/gentoo/pull/45220 Closes: https://github.com/gentoo/gentoo/pull/45220 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/gst-plugins-bad/gst-plugins-bad-1.24.11.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.24.11.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.24.11.ebuild index b65516b62dd0..632297691b60 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.24.11.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.24.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,7 +39,10 @@ RDEPEND=" ) " DEPEND="${RDEPEND}" -BDEPEND="dev-util/glib-utils" +BDEPEND=" + dev-util/glib-utils + wayland? ( dev-util/wayland-scanner ) +" DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )
