[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 12/16] meson: remove empty else and duplicated gio deps
From: |
Yonggang Luo |
Subject: |
[PATCH 12/16] meson: remove empty else and duplicated gio deps |
Date: |
Wed, 9 Sep 2020 03:48:16 +0800 |
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
meson.build | 6 ------
1 file changed, 6 deletions(-)
diff --git a/meson.build b/meson.build
index 5421eca66a..0b1741557d 100644
--- a/meson.build
+++ b/meson.build
@@ -317,7 +317,6 @@ opengl = not_found
if 'CONFIG_OPENGL' in config_host
opengl = declare_dependency(compile_args:
config_host['OPENGL_CFLAGS'].split(),
link_args: config_host['OPENGL_LIBS'].split())
-else
endif
gtk = not_found
if 'CONFIG_GTK' in config_host
@@ -344,11 +343,6 @@ if 'CONFIG_ICONV' in config_host
iconv = declare_dependency(compile_args: config_host['ICONV_CFLAGS'].split(),
link_args: config_host['ICONV_LIBS'].split())
endif
-gio = not_found
-if 'CONFIG_GIO' in config_host
- gio = declare_dependency(compile_args: config_host['GIO_CFLAGS'].split(),
- link_args: config_host['GIO_LIBS'].split())
-endif
vnc = not_found
png = not_found
jpeg = not_found
--
2.28.0.windows.1
- Re: [PATCH 08/16] block: get file-win32.c handle locking option consistence with file-posix.c, (continued)
[PATCH 12/16] meson: remove empty else and duplicated gio deps,
Yonggang Luo <=
[PATCH 13/16] vmstate: Fixes test-vmstate.c on msys2/mingw, Yonggang Luo, 2020/09/08
[PATCH 14/16] cirrus: Building freebsd in a single short, Yonggang Luo, 2020/09/08
[PATCH 15/16] logging: Fixes memory leak in test-logging.c, Yonggang Luo, 2020/09/08
[PATCH 16/16] rcu: add uninit destructor for rcu, Yonggang Luo, 2020/09/08
Re: [PATCH 00/16] W32, W64 patches, Eric Blake, 2020/09/08