[baobab: 1/2] Build GUI application on windows




commit fbd8e5f410c45294bd2f13f86ac8100cab7ec7c2
Author: Gabriel Rauter <rauter gabriel gmail com>
Date:   Tue May 4 11:16:28 2021 +0200

    Build GUI application on windows
    
    Add win_subsystem: 'windows' keyword argument to the baobab executable
    in meson so it builds a GUI instead of a TUI on Windows.
    Needs meson >= 0.56

 src/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/meson.build b/src/meson.build
index b857f3d..d094418 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -49,5 +49,6 @@ executable('baobab', baobab_sources,
   c_args: baobab_c_args,
   dependencies: baobab_dependencies,
   export_dynamic: true,
+  win_subsystem: 'windows',
   install: true
 )


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