added qtwebengine
This commit is contained in:
parent
927269cf2d
commit
879ade0254
4 changed files with 978 additions and 0 deletions
14
gui/qtwebengine/no-glibc-check.patch
Normal file
14
gui/qtwebengine/no-glibc-check.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- a/src/buildtools/configure.json
|
||||
+++ b/src/buildtools/configure.json
|
||||
@@ -270,9 +270,11 @@
|
||||
"test": {
|
||||
"include": "features.h",
|
||||
"tail": [
|
||||
+ "#if defined(__GLIBC__)",
|
||||
"#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 17",
|
||||
"#error glibc versions below 2.17 are not supported",
|
||||
"#endif",
|
||||
+ "#endif"
|
||||
]
|
||||
}
|
||||
},
|
Loading…
Add table
Add a link
Reference in a new issue