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:41 +0200 |
commit | 54c611fa455fd5e9e8fc711c158085924f47d590 (patch) | |
tree | d46e16e84f524ba4401e0046338f97d6080e9874 /scp2/util | |
parent | 44f359776cc8852b12b1e0be9a7ad71d74c63685 (diff) |
ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS [hg:e09be3339384]
Diffstat (limited to 'scp2/util')
-rw-r--r-- | scp2/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index 1fed891823b6..c03942844c88 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -178,7 +178,7 @@ SCP1FILES += \ SCP1FILES += \ vclcanvas.par -.IF "$(ENABLE_CAIRO)" == "TRUE" +.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE" SCP1FILES += cairocanvas.par .ENDIF |