Revert "Static deps: Move unibreak to be an external dep."
authorTom Hacohen <tom@stosb.com>
Thu, 7 May 2015 09:40:57 +0000 (10:40 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 7 May 2015 09:54:26 +0000 (10:54 +0100)
commitba77a837a37af0d154d7ceafbb5ab7d4f75090f6
treed1de6fe0a8d939a50fa3192b95ebe9cda8ba0e87
parent4314257d8cf9c367cab2333cfdc7b10b0109de90
Revert "Static deps: Move unibreak to be an external dep."

Apparently the Debian package, while up to date, for some reason does
not ship the .pc file (according to q66).
According to Stefan, Fedora doesn't even have libunibreak, but only the
previous naming and old version.

Will have to wait a few years more. :(

This reverts commit a2a9f33802a3923c1469789f66d5fdab1eaea943.
16 files changed:
configure.ac
src/Makefile_Evas.am
src/static_libs/libunibreak/AUTHORS [new file with mode: 0644]
src/static_libs/libunibreak/ChangeLog [new file with mode: 0644]
src/static_libs/libunibreak/LICENCE [new file with mode: 0644]
src/static_libs/libunibreak/NEWS [new file with mode: 0644]
src/static_libs/libunibreak/README [new file with mode: 0644]
src/static_libs/libunibreak/linebreak.c [new file with mode: 0644]
src/static_libs/libunibreak/linebreak.h [new file with mode: 0644]
src/static_libs/libunibreak/linebreakdata.c [new file with mode: 0644]
src/static_libs/libunibreak/linebreakdef.c [new file with mode: 0644]
src/static_libs/libunibreak/linebreakdef.h [new file with mode: 0644]
src/static_libs/libunibreak/wordbreak.c [new file with mode: 0644]
src/static_libs/libunibreak/wordbreak.h [new file with mode: 0644]
src/static_libs/libunibreak/wordbreakdata.c [new file with mode: 0644]
src/static_libs/libunibreak/wordbreakdef.h [new file with mode: 0644]