From bb8b899a11b1fecffd9d50d1453961628a5a3b5f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 11 Feb 2019 21:39:43 +0100 Subject: 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(-) (limited to 'meson.build') 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') -- cgit v1.2.1