[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v7 15/25] meson: remove empty else and duplicated gio deps
From: |
Yonggang Luo |
Subject: |
[PATCH v7 15/25] meson: remove empty else and duplicated gio deps |
Date: |
Thu, 10 Sep 2020 18:30:49 +0800 |
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.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
- [PATCH v7 05/25] configure: Fixes ncursesw detection under msys2/mingw and enable curses, (continued)
- [PATCH v7 05/25] configure: Fixes ncursesw detection under msys2/mingw and enable curses, Yonggang Luo, 2020/09/10
- [PATCH v7 06/25] win32: Simplify gmtime_r detection direct base on _POSIX_THREAD_SAFE_FUNCTIONS., Yonggang Luo, 2020/09/10
- [PATCH v7 07/25] curses: Fixes curses compiling errors., Yonggang Luo, 2020/09/10
- [PATCH v7 08/25] tests: disable /char/stdio/* tests in test-char.c on win32, Yonggang Luo, 2020/09/10
- [PATCH v7 09/25] tests: Fixes test-replication.c on msys2/mingw., Yonggang Luo, 2020/09/10
- [PATCH v7 10/25] tests: test-replication disable /replication/secondary/* on msys2/mingw., Yonggang Luo, 2020/09/10
- [PATCH v7 11/25] osdep: file locking functions are not available on Win32, Yonggang Luo, 2020/09/10
- [PATCH v7 12/25] meson: Use -b to ignore CR vs. CR-LF issues on Windows, Yonggang Luo, 2020/09/10
- [PATCH v7 13/25] gcrypt: test_tls_psk_init should write binary file instead text file., Yonggang Luo, 2020/09/10
- [PATCH v7 14/25] tests: Enable crypto tests under msys2/mingw, Yonggang Luo, 2020/09/10
- [PATCH v7 15/25] meson: remove empty else and duplicated gio deps,
Yonggang Luo <=
- [PATCH v7 16/25] vmstate: Fixes test-vmstate.c on msys2/mingw, Yonggang Luo, 2020/09/10