summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/ooo/makefile.mk')
-rw-r--r--scp2/source/ooo/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index 9550b58fba2a..ce9b9b725709 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -109,6 +109,10 @@ SCPDEFS+=-DENABLE_CAIRO
SCPDEFS+=-DSYSTEM_LIBXML
.ENDIF
+.IF "$(SYSTEM_LIBWPD)" == "YES"
+SCPDEFS+=-DSYSTEM_LIBWPD
+.ENDIF
+
.IF "$(SYSTEM_LIBXSLT)" == "YES"
SCPDEFS+=-DSYSTEM_LIBXSLT
.ELSE