diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-02-20 16:12:31 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 19:18:43 -0300 |
commit | 65f58742e6e669c7d0f5b23c0764f4f73661980b (patch) | |
tree | 76a9004e9c481ced23debc121c304bdc24273ae4 /community/qt5-qtwebengine/arm-void-is-not-android.patch | |
parent | 76ca77d9ba8ee59f1a761b7d44252958584347bc (diff) | |
download | aports-65f58742e6e669c7d0f5b23c0764f4f73661980b.tar.bz2 aports-65f58742e6e669c7d0f5b23c0764f4f73661980b.tar.xz |
{community,testing}/qt: upgrade to 5.14.1
Diffstat (limited to 'community/qt5-qtwebengine/arm-void-is-not-android.patch')
-rw-r--r-- | community/qt5-qtwebengine/arm-void-is-not-android.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/community/qt5-qtwebengine/arm-void-is-not-android.patch b/community/qt5-qtwebengine/arm-void-is-not-android.patch deleted file mode 100644 index 6ae86dde37..0000000000 --- a/community/qt5-qtwebengine/arm-void-is-not-android.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- qtwebengine/src/3rdparty/chromium/third_party/openmax_dl/dl/BUILD.gn 2017-11-28 14:06:53.000000000 +0100 -+++ qtwebengine/src/3rdparty/chromium/third_party/openmax_dl/dl/BUILD.gn 2018-01-30 16:42:15.332826020 +0100 -@@ -194,14 +194,6 @@ - "sp/src/arm/armv7/omxSP_FFTFwd_RToCCS_F32_Sfs_s.S", - "sp/src/arm/armv7/omxSP_FFTInv_CCSToR_F32_Sfs_s.S", - ] -- if (arm_optionally_use_neon) { -- # Run-time NEON detection. -- deps = [ "//third_party/android_tools:cpu_features" ] -- # To get the __android_log_print routine -- libs = [ "log" ] -- # Detection routine -- sources += [ "sp/src/arm/detect.c" ] -- } - } - - # GYP: third_party/openmax_dl/dl/dl.gyp:openmax_dl_neon |