diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-07 14:32:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-07 14:32:15 +0000 |
commit | 05bdfac87a4b81d438714361aed2364ffaffe31c (patch) | |
tree | 58435a759435d9417764314ae281fb4798ea0c4a /sfx2/util | |
parent | f3e5877353886503678992ed07ef8b153bf1433e (diff) |
INTEGRATION: CWS gtkquickstart2 (1.44.18); FILE MERGED
2006/10/26 11:54:11 pmladek 1.44.18.1: #i70644#
add the dependency on ENABLE_SYSTRAY_GTK also for sfx2/util/makefile.mk
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index b6b44cd1c826..088126eb7297 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.44 $ +# $Revision: 1.45 $ # -# last change: $Author: kz $ $Date: 2006-10-06 10:40:01 $ +# last change: $Author: kz $ $Date: 2006-11-07 15:32:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -142,7 +142,7 @@ RESLIB1SRSFILES=$(SFXSRSLIST) # gtk quick-starter .IF "$(GUI)"=="UNX" -.IF "$(ENABLE_GTK)" != "" +.IF "$(ENABLE_SYSTRAY_GTK)"=="TRUE" PKGCONFIG_MODULES=gtk+-2.0 .INCLUDE: pkg_config.mk CFLAGS+=$(PKGCONFIG_CFLAGS) @@ -158,7 +158,7 @@ SHL3STDLIBS+=$(PKGCONFIG_LIBS:s/ -lpangoxft-1.0//) SHL3SONAME+=-z nodefs SHL3NOCHECK=TRUE .ENDIF # "$(PKGCONFIG_ROOT)"!="" -.ENDIF # "$(ENABLE_GTK)" != "" +.ENDIF # "$(ENABLE_SYSTRAY_GTK)"=="TRUE" .ENDIF # "$(GUI)"=="UNX" # --- Targets ------------------------------------------------------ |