summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKye Morton2019-10-21 12:23:23 +1000
committerKye Morton2019-10-21 12:23:23 +1000
commita332e5190ec042b40f4a8bd6adb7a0668541ec86 (patch)
tree7be5090257e7986cda29cffc09f12af3caed1936
parent95f901383bb05ed82dfe131e74a37ef52e7757f2 (diff)
downloadaur-a332e5190ec042b40f4a8bd6adb7a0668541ec86.tar.gz
Clean dirty file
-rw-r--r--qgroundcontrol-3.5.3.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/qgroundcontrol-3.5.3.patch b/qgroundcontrol-3.5.3.patch
deleted file mode 100644
index 213223db823d..000000000000
--- a/qgroundcontrol-3.5.3.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --unified --recursive --text qgroundcontrol-3.5.0/QGCSetup.pri qgroundcontrol-3.5.0.new/QGCSetup.pri
---- qgroundcontrol-3.5.0/QGCSetup.pri 2019-02-05 07:38:43.000000000 +1000
-+++ qgroundcontrol-3.5.0.new/QGCSetup.pri 2019-04-18 18:35:13.792079826 +1000
-@@ -135,10 +135,11 @@
- libQt5TextToSpeech.so.5
-
- !contains(DEFINES, __rasp_pi2__) {
-+ # Some Qt distributions link with *.so.56
- QT_LIB_LIST += \
-- libicudata.so.56 \
-- libicui18n.so.56 \
-- libicuuc.so.56
-+ libicudata.so.* \
-+ libicui18n.so.* \
-+ libicuuc.so.*
- }
-
- for(QT_LIB, QT_LIB_LIST) {