diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-09 13:56:18 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-09 13:56:18 +0100 |
commit | 8b0be97f13ea550fc5dae7a7b6a76ddb30218278 (patch) | |
tree | 219a0a1520b6e1e5cac31e01299577d7b8fa04c7 /scp2 | |
parent | 4147de18731c7637ab5654797c21b39069695ff5 (diff) |
Define SYSTEM_LCMS2 in scp2 when appropriate
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index e7e57dbce791..0987f6f3b37f 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -113,6 +113,10 @@ SCPDEFS+=-DSYSTEM_EXPAT SCPDEFS+=-DSYSTEM_CAIRO .ENDIF +.IF "$(SYSTEM_LCMS2)" == "YES" +SCPDEFS+=-DSYSTEM_LCMS2 +.ENDIF + .IF "$(SYSTEM_LIBXML)" == "YES" SCPDEFS+=-DSYSTEM_LIBXML .ENDIF |