You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2012/01/24 17:11:38 UTC

svn commit: r1235323 - /incubator/ooo/trunk/main/sfx2/Module_sfx2.mk

Author: hdu
Date: Tue Jan 24 16:11:37 2012
New Revision: 1235323

URL: http://svn.apache.org/viewvc?rev=1235323&view=rev
Log:
build qstart for all ENABLE_SYSTRAY_GTK=TRUE platforms

Modified:
    incubator/ooo/trunk/main/sfx2/Module_sfx2.mk

Modified: incubator/ooo/trunk/main/sfx2/Module_sfx2.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/Module_sfx2.mk?rev=1235323&r1=1235322&r2=1235323&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sfx2/Module_sfx2.mk (original)
+++ incubator/ooo/trunk/main/sfx2/Module_sfx2.mk Tue Jan 24 16:11:37 2012
@@ -41,21 +41,11 @@ $(eval $(call gb_Module_add_subsequentch
 	JunitTest_sfx2_unoapi \
 ))
 
-ifeq ($(OS),FREEBSD)
 ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
 $(eval $(call gb_Module_add_targets,sfx2,\
 	Library_qstart \
 ))
 endif
-endif
-
-ifeq ($(OS),LINUX)
-ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
-$(eval $(call gb_Module_add_targets,sfx2,\
-	Library_qstart \
-))
-endif
-endif
 
 #todo: source/dialog BUILD_VER_STRING
 #todo: source/doc SYSTEM_LIBXML2