diff options
Diffstat (limited to 'media-gfx/entangle/entangle-3.0.ebuild')
-rw-r--r-- | media-gfx/entangle/entangle-3.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-gfx/entangle/entangle-3.0.ebuild b/media-gfx/entangle/entangle-3.0.ebuild index a86a9e92e53b..cc06e89278bc 100644 --- a/media-gfx/entangle/entangle-3.0.ebuild +++ b/media-gfx/entangle/entangle-3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -45,6 +45,10 @@ BDEPEND=" sys-devel/gettext virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/${P}-fix-meson-0.61-build.patch +) + src_compile() { # prevent gst from loading system plugins which causes # sandbox violations on device access |