multimedia/totem: drop unused Meson options after 38ae40f5da

meson.build:1:0: ERROR: Unknown options: "enable-vala"

https://gitlab.gnome.org/GNOME/totem/-/commit/627c1ee182ea

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
This commit is contained in:
Jan Beich 2021-11-07 20:20:10 +00:00
parent e6c926b80d
commit 0c9b91e89c

View File

@ -49,15 +49,6 @@ GLIB_SCHEMAS= org.gnome.totem.enums.xml \
org.gnome.totem.plugins.opensubtitles.gschema.xml \
org.gnome.totem.plugins.pythonconsole.gschema.xml
# There is an upstream issue in meson which makes the build of totem
# fail when using vala, due to badly created targets.
# https://gitlab.gnome.org/GNOME/totem/issues/272
# https://bugzilla.gnome.org/show_bug.cgi?id=786248
# https://github.com/mesonbuild/meson/issues/1994
# Until upstream fixes this, remove vala support from totem.
MESON_ARGS= -Denable-vala=no
PLIST_SUB+= VALA="@comment "
.include <bsd.port.options.mk>
.if defined(WITH_DVD_DEVICE)