summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-22 19:45:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-01-24 09:58:45 +0100
commit9c27377389e0495e8a7cc1ad6b1289649db5b0fa (patch)
tree0e95d98547673289b347905bd2b8ca92c7569d2b /config_host
parentc892b224bee72c35e145f0f190b3fec64ac343e1 (diff)
upgrade to box2d 2.4.1
Change-Id: I618467eb37ea578c17dab0810f0ed5ad160f1552 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128789 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_box2d.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host/config_box2d.h.in b/config_host/config_box2d.h.in
index cc761536dc04..431987866623 100644
--- a/config_host/config_box2d.h.in
+++ b/config_host/config_box2d.h.in
@@ -2,6 +2,6 @@
#define CONFIG_BOX2D_H
/* Box2D/Box2D.h is 2.3, 2.4 has box2d/box2d.h */
-#define BOX2D_HEADER <Box2D/Box2D.h>
+#define BOX2D_HEADER <box2d/box2d.h>
#endif