Build a qtwebengine module for embedded system.
-
wrote on 19 Jul 2019, 06:53 last edited by
I need to use a qtwebengine module on my application but without X11 window.
So I wannt rebuild qtwebengine for eglfs not X11.
becuase qtwebengine on repo compiled on X11.
I try to build this source but I couldn't.
qmake result is here:
**Running configuration tests...
Done running configuration tests.Configure summary:
Qt WebEngine:
Embedded build ......................... no
Pepper Plugins ......................... yes
Printing and PDF ....................... yes
Proprietary Codecs ..................... no
Spellchecker ........................... yes
WebRTC ................................. yes
Using system ninja ..................... no
ALSA ................................... yes
PulseAudio ............................. yes
System libraries:
re2 .................................. no
ICU .................................. no
libwebp and libwebpdemux ............. no
Opus ................................. no
ffmpeg ............................... noWARNING: Python version 2 (2.7.5 or later) is required to build QtWebEngine.
Qt is now configured for building. Just run 'make'.
Once everything is built, Qt is installed.
You should NOT run 'make install'.
Note that this build cannot be deployed to other machines or devices.Prior to reconfiguration, make sure you remove any leftovers from
the previous build.Running configure tests
Checking for alsa... yes
Checking for khr... yes
Checking for libvpx... no
Checking for re2... no
Checking for snappy... no
Checking for winversion... no
System harfbuzz is too old (min. version 1.2). Using Chromium's copy.
System zlib or minizip not found. Using Chromium's copies.
System libxml2 or libxslt not found. Using Chromium's copies.
System libevent not found. Using Chromium's copy.
System jsoncpp not found. Using Chromium's copy.
System protobuf not found. Using Chromium's copy.
Compatible system libvpx not found. Using Chromium's copy.
System snappy not found. Using Chromium's copy.
System library dependencies:
Optional bundled libraries used .... libwebp opus ffmpeg icu libevent jsoncpp protobuf libvpx snappy
Configurable features:
Geolocation ........................ Enabled
Certificate handling ............... Using system NSSUnmet dependency: dbus-1
Unmet dependency: fontconfig
Unmet dependency: xcomposite
Unmet dependency: xcursor
Unmet dependency: xrandr
QtWebEngine will not be built.**Is there anybody know about it?
1/1