[Libreoffice-commits] .: scp2/source

Michael Meeks michael at kemper.freedesktop.org
Tue Jun 14 08:50:58 PDT 2011


 scp2/source/ooo/makefile.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit aca37e4b1ffff4a67f9152c5715619e7c82e989e
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Tue Jun 14 16:44:32 2011 +0100

    add missing compile conditional for gtk3 installation

diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index 3dc237e..f278284 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -66,6 +66,9 @@ GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
 SCPDEFS+=-DGTK_TWO_FOUR
 .ENDIF
 .ENDIF
+.IF "$(ENABLE_GTK3)" != ""
+SCPDEFS+=-DENABLE_GTK3
+.ENDIF
 .ENDIF			# "$(GUI)"=="UNX"
 
 .IF "$(ENABLE_KDE)" != ""


More information about the Libreoffice-commits mailing list