gstreamer-meson.eclass: drop unused variable

Reported by Arfrever.

Followup to 47f7239e01.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-05-26 07:21:57 +01:00
parent 09e1d5bd7c
commit ac6fcb0baa

View File

@@ -209,8 +209,6 @@ if [[ "${PN}" != "${GST_ORG_MODULE}" ]]; then
# Export multilib phases used for split builds.
multilib_src_install_all() { gstreamer_multilib_src_install_all; }
else
extra_deps=""
IUSE="nls test"
RESTRICT="!test? ( test )"
if [[ "${PN}" != "gstreamer" ]]; then