Aegisub/subprojects/packagefiles
Myaamori 84ac716972 meson: add uchardet port
Meson port instead of using CMake as I ran into issues with the
src directory (where uchardet.h is located) not being appended
to the include path, and on Windows I ran into a Meson issue
where a -D macro definition was being interpreted as a filename.
In the end a Meson port seemed simpler than working out the CMake
issues, as the CMakeLists.txt files were straightforward and easy
to port.

Note that because of the directory structure of the uchardet source
I had to change the include directive from uchardet/uchardet.h
to just uchardet.h. This is actually more in line with the uchardet
pkg-config file, which appends /usr/include/uchardet to the include path.
2021-05-21 21:09:36 -04:00
..
boost meson: improve iconv detection 2021-02-22 14:26:03 -05:00
ffms2 meson: disable building ffmpeg tests 2021-01-10 03:14:12 -05:00
hunspell meson: add Hunspell port 2021-05-21 21:09:36 -04:00
icu meson: add ICU wrap 2021-01-10 03:14:12 -05:00
luajit meson: add -DLUAJIT_UNWIND_EXTERNAL for MacOS/Linux 2021-03-27 12:34:18 -04:00
nasm meson: add nasm wrap for Windows 2021-01-10 03:14:12 -05:00
uchardet meson: add uchardet port 2021-05-21 21:09:36 -04:00