Drop cross.patch, merged upstream in v1.6.1

pull/986/head
Luca Boccassi 2020-06-06 12:44:55 +01:00
rodzic 3775e7504e
commit b4ddd0d38d
2 zmienionych plików z 0 dodań i 16 usunięć

Wyświetl plik

@ -1,15 +0,0 @@
Author: Helmut Grohne <helmut@subdivi.de>
Description: do not stop the GUI from being cross-compiled
Bug-Debian: 941320
Forwarded: yes
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@
# Dependencies
###
find_package(LibUSB REQUIRED)
-if (NOT APPLE AND NOT WIN32 AND NOT CMAKE_CROSSCOMPILING)
+if (NOT APPLE AND NOT WIN32)
find_package(PkgConfig)
pkg_check_modules(gtk gtk+-3.0)
endif ()

Wyświetl plik

@ -1 +0,0 @@
cross.patch