summaryrefslogtreecommitdiff
path: root/plparse/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-06-23 14:22:23 +0200
committerBastien Nocera <hadess@hadess.net>2021-06-23 16:56:29 +0200
commitd215a84ebe05557828c24fe5e7ab400e2b41a328 (patch)
tree045226a12c6134866d62df1c44fdd6911ff39bf1 /plparse/meson.build
parent80160f0dd9dbd551e6466d7c664362c56500d249 (diff)
downloadtotem-pl-parser-d215a84ebe05557828c24fe5e7ab400e2b41a328.tar.gz
all: Remove quvi dependency
libquvi has been dead upstream for a number of years, and recent lua changes made it drop from distributions. It wasn't used in our official distribution channel, through Flathub.
Diffstat (limited to 'plparse/meson.build')
-rw-r--r--plparse/meson.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/plparse/meson.build b/plparse/meson.build
index df3e318..cc3b221 100644
--- a/plparse/meson.build
+++ b/plparse/meson.build
@@ -113,16 +113,6 @@ plparser_mini_lib = library('totem-plparser-mini',
install_data('README-videosite-script.md',
install_dir: join_paths(libexecdir, 'totem-pl-parser'))
-if have_quvi
- videosite_quvi_exe = executable('99-totem-pl-parser-videosite-quvi',
- 'videosite-quvi.c', totem_pl_parser_builtins_h,
- c_args: '-DLIBEXECDIR="@0@"'.format(libexecdir),
- include_directories: [config_inc, totemlib_inc],
- dependencies: [quvi_dep, glib_dep],
- install_dir: join_paths(libexecdir, 'totem-pl-parser'),
- install: true)
-endif
-
# Introspection
if get_option('introspection')
gnome.generate_gir(plparser_lib,