void-packages/srcpkgs/stlink/patches/02-enable-cross-gtk.patch

12 lines
322 B
Diff
Raw Normal View History

2020-06-05 20:17:41 +00:00
--- CMakeLists.txt.orig
+++ 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)