diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-03-01 07:12:07 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-03-07 19:46:40 +1000 |
commit | 64dd94b518f82c0ab602dc90828e049c4e483403 (patch) | |
tree | dd397da9fb26d1fad4a96681ddc878fecbfd0d24 /tools | |
parent | 93116c6f40af6a1384d951b284a9e73cd4a2ce30 (diff) |
[tools/depends] rename libfmt to fmt
rename libfmt to just fmt. This brings some consistency to naming in other parts
of kodi cmake (eg target fmt)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/Makefile | 4 | ||||
-rw-r--r-- | tools/depends/target/fmt/FMT-VERSION (renamed from tools/depends/target/libfmt/LIBFMT-VERSION) | 0 | ||||
-rw-r--r-- | tools/depends/target/fmt/Makefile (renamed from tools/depends/target/libfmt/Makefile) | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 35ff39e659..9741994c8a 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -13,6 +13,7 @@ DEPENDS = \ expat \ ffmpeg \ flatbuffers \ + fmt \ fontconfig \ freetype2 \ freetype2-noharfbuzz \ @@ -29,7 +30,6 @@ DEPENDS = \ libdvdnav \ libdvdread \ libffi \ - libfmt \ libfstrcmp \ libgcrypt \ libgpg-error \ @@ -157,7 +157,7 @@ libinput: mtdev libevdev meson-cross-file libmicrohttpd: gnutls libgcrypt libgpg-error libplist: $(ZLIB) libpng: $(ZLIB) -libspdlog: libfmt +libspdlog: fmt libva: libdrm $(LIBVA_DEPS) libxslt: libgcrypt libxml2 libzip: bzip2 gnutls $(ZLIB) diff --git a/tools/depends/target/libfmt/LIBFMT-VERSION b/tools/depends/target/fmt/FMT-VERSION index 0a69a8a7e7..0a69a8a7e7 100644 --- a/tools/depends/target/libfmt/LIBFMT-VERSION +++ b/tools/depends/target/fmt/FMT-VERSION diff --git a/tools/depends/target/libfmt/Makefile b/tools/depends/target/fmt/Makefile index 72dc44c06d..5861611e1f 100644 --- a/tools/depends/target/libfmt/Makefile +++ b/tools/depends/target/fmt/Makefile @@ -1,6 +1,6 @@ -include ../../Makefile.include -include LIBFMT-VERSION -DEPS = Makefile LIBFMT-VERSION ../../download-files.include +include FMT-VERSION +DEPS = Makefile FMT-VERSION ../../download-files.include CMAKE_OPTIONS=-DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_EXTENSIONS:BOOL=OFF -DFMT_DOC=OFF -DFMT_INSTALL=ON -DFMT_TEST=OFF |