summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2020-10-17 11:24:42 +0200
committerCaolán McNamara <caolanm@redhat.com>2020-10-17 14:19:44 +0200
commitd0601cd3812cbcdaa0decf81c81d73d41a6ccb91 (patch)
tree5e1884a2759487591a207eef629f008110c6cdad /config_host
parent31373fa085b9985f315b10f008eca5e1a15cc6c7 (diff)
fix build with box2d 2.4.0
Change-Id: I60f25f04e2bfcdabf832f42b44ba3d945f4ec169 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104456 Tested-by: Jenkins Tested-by: René Engelhard <rene@debian.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_box2d.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_host/config_box2d.h.in b/config_host/config_box2d.h.in
new file mode 100644
index 000000000000..cc761536dc04
--- /dev/null
+++ b/config_host/config_box2d.h.in
@@ -0,0 +1,7 @@
+#ifndef CONFIG_BOX2D_H
+#define CONFIG_BOX2D_H
+
+/* Box2D/Box2D.h is 2.3, 2.4 has box2d/box2d.h */
+#define BOX2D_HEADER <Box2D/Box2D.h>
+
+#endif