summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-11-08 17:16:34 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-11-09 12:18:59 +0000
commit8292e8c937ba9d4a9f67f873c9f5b1e7579f1281 (patch)
tree088cb2c0f1582e7304459540220d780a9543de65
parentc490c711196e551973ae8dbb57a0588da5b3ccd6 (diff)
downloadefl-8292e8c937ba9d4a9f67f873c9f5b1e7579f1281.tar.gz
meson build - fix libunibreak build to not directly build wordbreakdata
wordbreakdata.c is #included. dont compile it on its own. also graphemebreakdata.c too is inthe same boat.
-rw-r--r--src/static_libs/libunibreak/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static_libs/libunibreak/meson.build b/src/static_libs/libunibreak/meson.build
index 77bb2f93ac..a2d5c3e3f9 100644
--- a/src/static_libs/libunibreak/meson.build
+++ b/src/static_libs/libunibreak/meson.build
@@ -6,7 +6,6 @@ libunibreak_src = [
'linebreakdef.h',
'wordbreakdef.h',
'wordbreak.h',
- 'wordbreakdata.c',
'unibreakbase.c',
'unibreakdef.c',
'linebreak.c',
@@ -15,7 +14,6 @@ libunibreak_src = [
'wordbreak.c',
'graphemebreak.c',
'graphemebreak.h',
- 'graphemebreakdata.c',
'graphemebreakdef.h',
]