[gnome-documents] build: Remove unnecessary libgd with-tagged-entry option



commit 921b89a2c83b7e80d28f572e3380d96bc3d6b9f3
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Mar 15 07:59:54 2018 +0100

    build: Remove unnecessary libgd with-tagged-entry option
    
    libgd does not use the `with-tagged-entry` anymore so there is no
    need to set the option.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=787013

 meson.build |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 61bec50..553236d 100644
--- a/meson.build
+++ b/meson.build
@@ -89,8 +89,7 @@ libgd = subproject(
     'with-introspection=true',
     'with-main-view=true',
     'with-notification=true',
-    'with-tagged-entry=true',
-    'with-view-common=true'
+    'with-tagged-entry=true'
   ]
 )
 documents_deps += libgd.get_variable('libgd_dep')


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