diff options
Diffstat (limited to 'tools/depends/target')
-rw-r--r-- | tools/depends/target/Makefile | 3 | ||||
-rw-r--r-- | tools/depends/target/fmt/001-windows-pdb-symbol-gen.patch | 9 |
2 files changed, 2 insertions, 10 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 diff --git a/tools/depends/target/fmt/001-windows-pdb-symbol-gen.patch b/tools/depends/target/fmt/001-windows-pdb-symbol-gen.patch index d4429afe05..7722f13dd3 100644 --- a/tools/depends/target/fmt/001-windows-pdb-symbol-gen.patch +++ b/tools/depends/target/fmt/001-windows-pdb-symbol-gen.patch @@ -1,6 +1,6 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -249,10 +249,21 @@ +@@ -249,6 +249,16 @@ set(FMT_DEBUG_POSTFIX d CACHE STRING "Debug library postfix.") @@ -13,15 +13,10 @@ + COMPILE_PDB_NAME fmt + COMPILE_PDB_NAME_DEBUG fmt${FMT_DEBUG_POSTFIX} + ) -+else() ++endif() set_target_properties(fmt PROPERTIES VERSION ${FMT_VERSION} SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR} PUBLIC_HEADER "${FMT_HEADERS}" - DEBUG_POSTFIX "${FMT_DEBUG_POSTFIX}") -+endif() - - # Set FMT_LIB_NAME for pkg-config fmt.pc. We cannot use the OUTPUT_NAME target - # property because it's not set by default. @@ -339,6 +350,18 @@ install(EXPORT ${targets_export_name} DESTINATION ${FMT_CMAKE_DIR} NAMESPACE fmt::) |