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.
This commit is contained in:
Carsten Haitzler 2018-11-08 17:16:34 +00:00
parent c490c71119
commit 8292e8c937
1 changed files with 0 additions and 2 deletions

View File

@ -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',
]