[Libreoffice-commits] .: Branch 'feature/gnumake4' - postprocess/packcomponents
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Fri Jun 17 05:42:35 PDT 2011
postprocess/packcomponents/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bc97715a3a7a92ab27dc7021848cb3b03aa96542
Author: Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>
Date: Tue Apr 12 20:37:07 2011 +0200
ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS [hg:e09be3339384]
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index c8bd41c..13d4abf 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -205,7 +205,7 @@ my_components += emboleobj
my_components += ucpdav1
.END
-.IF "$(ENABLE_CAIRO)" == "TRUE"
+.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
my_components += component/canvas/source/cairo/cairocanvas
.END
More information about the Libreoffice-commits
mailing list