diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-19 11:23:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-19 11:23:03 +0100 |
commit | 2c17f1196394a7fd56fe0d807146c110c5ae741a (patch) | |
tree | 148709fc0998023c1f30675f627c479aa33f0f6f /desktop | |
parent | 04adca77b45cb8d8a3cafaa704d2296c29cfdb60 (diff) |
despite its name, it appears not to be a gui app
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_guistdio.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_guistdio.mk b/desktop/Executable_guistdio.mk index 796de557b6e6..6da11cf91f7e 100644 --- a/desktop/Executable_guistdio.mk +++ b/desktop/Executable_guistdio.mk @@ -25,7 +25,7 @@ $(eval $(call gb_Executable_Executable,guistdio)) -$(eval $(call gb_Executable_set_targettype_gui,guistdio,YES)) +$(eval $(call gb_Executable_set_targettype_gui,guistdio,NO)) $(eval $(call gb_Executable_add_precompiled_header,guistdio,desktop/inc/pch/precompiled_desktop.hxx)) |