Permalink
Newer
100755
53 lines (42 sloc)
1.36 KB
5
# SRCURL[0]="https://download.qt.io/archive/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz"
6
SRCURL[0]="https://beehive.molgen.mpg.de/e1447db4f06c841d8947f0a6ce83a7b5/qt-everywhere-src-5.15.2.tar.xz"
12
###############################################################################
13
# NOTE:
14
# webengine is the new webkit (sigh). To obtain a 'lean and mean' qt toolkit,
15
# this is the way to dump all web related stuff.
16
# mee_extract_post() {
17
# start_cmd rm -rf ${S}/qtweb*
18
# }
19
20
# At the time of building the system libevent is a complete mess. But it also makes
21
# sense to keep this in future builds.
22
mee_configure_pre() {
23
start_cmd sed -e '/webengine-system-libevent/ s/=true\s*$/=false/' -i ${S}/qtwebengine/src/core/config/linux.pri
24
}
25
28
start_cmd ${S}/configure \
29
-prefix ${PREFIX} \
30
-bindir ${BINDIR} \
31
-libdir ${LIBDIR} \
33
-headerdir ${INCLUDEDIR} \
34
-sysconfdir ${SYSCONFDIR} \
35
-nomake examples \
36
-opensource \