diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-04-12 20:37:07 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 13:51:42 +0200 |
commit | f26865fdd3356875bafe23be226843b9a991741a (patch) | |
tree | 37ccddd59cf49adf919d403b53444e53b7ce6611 /postprocess | |
parent | e5622ae7649787db9024f0318d22131ec0fd9fa8 (diff) |
ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS [hg:e09be3339384]
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index c8bd41ca5e27..13d4abf99d21 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 |