pidgin: Set meson gui_app flag on pidgin executable

Wed, 19 Jul 2017 16:39:07 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Wed, 19 Jul 2017 16:39:07 -0500
changeset 38608
e749d953eb08
parent 38607
51b50879b5c9
child 38609
880fce2800d8

pidgin: Set meson gui_app flag on pidgin executable

Windows needs the gui_app flag set on the pidgin executable in meson.
If it's not, it will always spawn a console window in addition to the
GUI. This patch adds it.

pidgin/meson.build file | annotate | diff | comparison | revisions
--- a/pidgin/meson.build	Tue Jul 18 16:38:47 2017 -0500
+++ b/pidgin/meson.build	Wed Jul 19 16:39:07 2017 -0500
@@ -160,6 +160,7 @@
 	    pidgin_SOURCES,
 	    link_args : '-export-dynamic',
 	    dependencies : [libpurple_dep, libpidgin_dep],
+	    gui_app : true,
 	    install : true)
 
 	if IS_WIN32

mercurial