[libsoup] build: Enable GNOME support for mingw builds



commit 29045229444894ede37b40c81e3fec74af7e5960
Author: Fabiano FidĂȘncio <fidencio redhat com>
Date:   Thu Nov 7 14:28:34 2019 +0100

    build: Enable GNOME support for mingw builds
    
    There's no specific reason for disabling GNOME support for mingw builds.
    More than that, some mingw packages (as rest) actually rely on
    libsoup-gnome being built even when using mingw.
    
    Signed-off-by: Fabiano FidĂȘncio <fidencio redhat com>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ff818d06..19202bc2 100644
--- a/meson.build
+++ b/meson.build
@@ -329,7 +329,7 @@ endif
 #################
 # GNOME support #
 #################
-enable_gnome = get_option('gnome') and host_machine.system() != 'windows'
+enable_gnome = get_option('gnome')
 
 #########################
 # GObject introspection #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]