Source: stlink
Version: 1.6.1+ds-2
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

stlink fails to cross build from source, because it insists that during
cross builds gtk is unusable and thus it lacks components during
dh_install. Once making it actually try using gtk, it cross builds just
fine. Please consider applying the attached patch.

Helmut
--- stlink-1.6.1+ds.orig/CMakeLists.txt
+++ stlink-1.6.1+ds/CMakeLists.txt
@@ -48,7 +48,7 @@
 find_package(libusb REQUIRED)
 
 ## Package configuration (pkg-config) on unix-based systems
-if (NOT WIN32 AND NOT CMAKE_CROSSCOMPILING)
+if (NOT WIN32)
     #add_subdirectory(cmake/pkgconfig)
     find_package(PkgConfig)
     pkg_check_modules(GTK3 gtk+-3.0)

Reply via email to