storaged-project / libbytesize

A tiny library providing a C "class" for working with arbitrary big sizes in bytes
GNU Lesser General Public License v2.1
21 stars 21 forks source link

remove msgcat dependency #76

Closed aduskett closed 4 years ago

aduskett commented 4 years ago

Gettext-tiny does not include the msgcat utility, which causes issues when building libbytesize for embedded systems, as many embedded systems do not build the full gettext, but instead use the gettext-tiny library.

Because msgcat is not needed to build libbytesize, it's safe to remove the dependency.

vojtechtrefny commented 4 years ago

Jenkins, test this please.

aduskett commented 4 years ago

Thanks so much!