From aa0b19f75027b966e4a48e2250b0bfd973f2110b Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sun, 12 Nov 2006 04:56:06 +0000 Subject: * Add evolution2 support[1] * Fix typo[2] PR: 105400 [2] Suggested by: Vizo Allman [1] Submitted by: Alexey Shuvaev[2] --- editors/openoffice.org-2.0/files/Makefile.knobs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'editors/openoffice.org-2.0/files') diff --git a/editors/openoffice.org-2.0/files/Makefile.knobs b/editors/openoffice.org-2.0/files/Makefile.knobs index 85ab949146a4..9ce1258cdf1c 100644 --- a/editors/openoffice.org-2.0/files/Makefile.knobs +++ b/editors/openoffice.org-2.0/files/Makefile.knobs @@ -31,6 +31,12 @@ CONFIGURE_ARGS+= --disable-gnome-vfs USE_GNOME+= gnomevfs2 .endif +.if defined(WITH_EVOLUTION2) +CONFIGURE_ARGS+= --enable-evolution2=yes +.else +USE_GNOME+= glib20 +.endif + .if defined(ALL_LOCALIZED_LANGS) CONFIGURE_ARGS+= --with-lang=ALL .else @@ -120,6 +126,11 @@ pre-fetch: @${ECHO} @${ECHO} "You can compile OOo with gpc instead of libart by" @${ECHO} "make -DWITH_GPC" +.endif +.if !defined(WITH_EVOLUTION2) + @${ECHO} + @${ECHO} "You can compile OOo with evolution2 support by" + @${ECHO} "make -DWITH_EVOLUTION2" .endif @${ECHO} @${ECHO} "NOTICE:" -- cgit v1.2.3