diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-06-28 09:54:58 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-09-28 14:17:10 +1000 |
commit | ddef8092ef0c247ae3ad0528e0b4c880fa475615 (patch) | |
tree | b063ee562097e37e77b1c1d144be05889a196acf /tools/depends | |
parent | 580285f6bf6766cb7a1370d87625f4486d906d0d (diff) |
[cmake] default build spdlog/fmt internal all platforms
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/target/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index efaa4e5c7e..243479fdf9 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -11,7 +11,6 @@ DEPENDS = \ dav1d \ expat \ ffmpeg \ - fmt \ fontconfig \ freetype2 \ freetype2-noharfbuzz \ @@ -46,7 +45,6 @@ DEPENDS = \ pythonmodule-pil \ pythonmodule-pycryptodome \ pythonmodule-setuptools \ - spdlog \ sqlite3 \ tinyxml \ udfread \ @@ -148,7 +146,6 @@ libinput: mtdev libevdev meson-cross-file libmicrohttpd: gnutls libgcrypt libgpg-error libplist: $(ZLIB) libpng: $(ZLIB) -spdlog: fmt libva: libdrm $(LIBVA_DEPS) libxml2: $(ZLIB) libxslt: libgcrypt libxml2 |