[Libreoffice-commits] .: 2 commits - desktop/Executable_soffice.mk desktop/Executable_unopkgio.mk

Tor Lillqvist tml at kemper.freedesktop.org
Tue Sep 20 05:24:48 PDT 2011


 desktop/Executable_soffice.mk  |    2 ++
 desktop/Executable_unopkgio.mk |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit f6b33069578f6b5c4ef387f5fdd3cf9dcc597da4
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Sep 20 15:18:59 2011 +0300

    I think this is supposed to be a so-called GUI executable

diff --git a/desktop/Executable_soffice.mk b/desktop/Executable_soffice.mk
index 8368209..0eca50e 100644
--- a/desktop/Executable_soffice.mk
+++ b/desktop/Executable_soffice.mk
@@ -25,6 +25,8 @@
 
 $(eval $(call gb_Executable_Executable,soffice))
 
+$(eval $(call gb_Executable_set_targettype_gui,soffice,YES))
+
 $(eval $(call gb_Executable_add_precompiled_header,soffice,desktop/inc/pch/precompiled_desktop.hxx))
 
 $(eval $(call gb_Executable_set_include,soffice,\
commit 9a864280904de60079ab87227c467faa70b3ddb8
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Sep 20 15:15:57 2011 +0300

    unopkgio should be a console executable

diff --git a/desktop/Executable_unopkgio.mk b/desktop/Executable_unopkgio.mk
index 4563c8e..c0c3284 100644
--- a/desktop/Executable_unopkgio.mk
+++ b/desktop/Executable_unopkgio.mk
@@ -25,7 +25,7 @@
 
 $(eval $(call gb_Executable_Executable,unopkgio))
 
-$(eval $(call gb_Executable_set_targettype_gui,unopkgio,YES))
+$(eval $(call gb_Executable_set_targettype_gui,unopkgio,NO))
 
 $(eval $(call gb_Executable_add_precompiled_header,unopkgio,desktop/inc/pch/precompiled_desktop.hxx))
 


More information about the Libreoffice-commits mailing list