summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-04-12 20:37:07 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 13:51:42 +0200
commitbc97715a3a7a92ab27dc7021848cb3b03aa96542 (patch)
treec113c2536a533c404260fe0ccbf50b829e702051
parentd2a1c6fad46e7a8af70908d80d12277aa48b0317 (diff)
ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS [hg:e09be3339384]
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
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