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



commit bb8b899a11b1fecffd9d50d1453961628a5a3b5f
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1a2ef09b6..ebba26438 100644
--- a/meson.build
+++ b/meson.build
@@ -141,8 +141,8 @@ libgd = subproject(
     '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]