pilot-link: fix wrong commit remove
This happens when you're working in master on two things simultaneously. Revive the qt5 patch which becomes obsolete only with qt5-5.7.1
This commit is contained in:
parent
aeae0db934
commit
f781080ddd
1 changed files with 10 additions and 0 deletions
10
srcpkgs/qt5/patches/fix-gcc6-std_string.patch
Normal file
10
srcpkgs/qt5/patches/fix-gcc6-std_string.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- qtwebengine/src/3rdparty/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h 2016-08-26 10:48:27.000000000 +0200
|
||||
+++ qtwebengine/src/3rdparty/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h 2016-11-02 12:17:07.784214681 +0100
|
||||
@@ -6,6 +6,7 @@
|
||||
#define UI_EVENTS_OZONE_EVDEV_TOUCH_DEBUG_BUFFER_H_
|
||||
|
||||
#include <linux/input.h>
|
||||
+#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/scoped_ptr.h"
|
Loading…
Reference in a new issue