[totem/wip/hadess/build-warnings: 1/2] build: Fix warning caused by libgd options



commit 97ab6a9836945fda4a3752df68e4ccd9cd1556ba
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 11 21:39:43 2019 +0100

    build: Fix warning caused by libgd options
    
    WARNING: In subproject libgd: Unknown options: "libgd:with-view-common"

 meson.build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1a2ef09b6..1c3a67d36 100644
--- a/meson.build
+++ b/meson.build
@@ -140,9 +140,8 @@ libgd = subproject(
   default_options: [
     'static=true',
     'with-gtk-hacks=true',
-    'with-main-view=true',
+    'with-main-icon-view=true',
     'with-tagged-entry=true',
-    'with-view-common=true'
   ]
 )
 libgd_dep = libgd.get_variable('libgd_dep')


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