From 697b156c5011cc1df31315b9a8ecf4783417f89c Mon Sep 17 00:00:00 2001 From: John Date: Wed, 27 Apr 2022 22:58:39 +0200 Subject: [PATCH] telegram-desktop: "fix cross" for arm*-musl Still needs proper investigation at why this is only breaking on arm*-musl, and in general some cleanup of qt6 cmake cross --- srcpkgs/telegram-desktop/patches/cross.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/srcpkgs/telegram-desktop/patches/cross.patch b/srcpkgs/telegram-desktop/patches/cross.patch index 47fcb4bbb33..e1fef852c39 100644 --- a/srcpkgs/telegram-desktop/patches/cross.patch +++ b/srcpkgs/telegram-desktop/patches/cross.patch @@ -9,3 +9,11 @@ BUILD_COMMAND ${CMAKE_COMMAND} --build COMMAND ${CMAKE_COMMAND} --install STEP_TARGETS build +@@ -83,6 +82,7 @@ + -DCMAKE_PREFIX_PATH=${CMAKE_CURRENT_BINARY_DIR} + -DECM_DIR=${extra_cmake_modules_binary_dir}/share/ECM/cmake + -DPlasmaWaylandProtocols_DIR=${plasma_wayland_protocols_binary_dir}/lib/cmake/PlasmaWaylandProtocols ++ -D_qtpaths_executable=/usr/lib/qt6/bin/qtpaths + STEP_TARGETS build + EXCLUDE_FROM_ALL TRUE + BUILD_BYPRODUCTS /lib/libKF5WaylandClient.a