[neon/kde/kdesignerplugin/Neon/unstable] debian/patches: fix patch

Jonathan Riddell null at kde.org
Mon Jun 7 14:30:29 BST 2021


Git commit 900e857835e3e842cbc8f204fe5a4c3b65a29362 by Jonathan Riddell.
Committed on 07/06/2021 at 13:30.
Pushed by jriddell into branch 'Neon/unstable'.

fix patch

M  +1    -1    debian/patches/cross.patch

https://invent.kde.org/neon/kde/kdesignerplugin/commit/900e857835e3e842cbc8f204fe5a4c3b65a29362

diff --git a/debian/patches/cross.patch b/debian/patches/cross.patch
index 6662d0f..4ceefea 100644
--- a/debian/patches/cross.patch
+++ b/debian/patches/cross.patch
@@ -7,7 +7,7 @@ Index: kdesignerplugin/src/CMakeLists.txt
  
  add_executable(kgendesignerplugin)
 -add_executable(KF5::kgendesignerplugin ALIAS kgendesignerplugin)
-++if(CMAKE_CROSSCOMPILING)
++if(CMAKE_CROSSCOMPILING)
 +    find_program(KGENDESIGNERPLUGIN_EXECUTABLE kgendesignerplugin)
 +    add_executable(KF5::kgendesignerplugin IMPORTED GLOBAL)
 +    set_target_properties(KF5::kgendesignerplugin PROPERTIES IMPORTED_LOCATION ${KGENDESIGNERPLUGIN_EXECUTABLE})


More information about the Neon-commits mailing list