[totem/wip/hadess/build-warnings: 1/2] build: Fix warning caused by libgd options
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/build-warnings: 1/2] build: Fix warning caused by libgd options
- Date: Mon, 18 Feb 2019 17:16:59 +0000 (UTC)
commit fddb0ddd90e37b17e61a07c7579c89793e6f38b6
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]