[totem-pl-parser] build: don't link totem-pl-parser library against quvi



commit 31b629239f2226729dafc7e8c861cdd73194a056
Author: Tim-Philipp Müller <tim centricular com>
Date:   Thu Jun 8 18:54:07 2017 +0100

    build: don't link totem-pl-parser library against quvi
    
    Only the 99-totem-pl-parser-videosite executable needs to be
    linked against this. Apart from being more correct this also
    fixes gir creation on debian systems where the libquvi .so
    is named in a way that doesn't match what g-ir-scanner is
    looking for in the ldd output.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783296

 meson.build |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index d6f265b..71ef9c7 100644
--- a/meson.build
+++ b/meson.build
@@ -177,7 +177,6 @@ if enable_quvi != 'no'
     cdata.set('HAVE_QUVI', true,
       description: 'libquvi available in the system')
     have_quvi = true
-    totem_pl_parser_deps += [quvi_dep]
   endif
 endif
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]