Skip to content

Instantly share code, notes, and snippets.

@putridp
putridp / gist:91c05eb1c7d9b2389326917c3329662c
Created July 3, 2018 13:09
qt-everywhere-src-5.10.1/configure results in EGLFS Rasberry Pi .................... no, even though the correct symlinks for OpenGL library files have been created.
ed@sand:/opt/vc/lib$ l libEGL.so libGLESv2.so libOpenVG.so libWFC.so
-rw-r--r-- 1 root root 198K Jul 2 22:52 libEGL.so
-rw-r--r-- 1 root root 104K Jul 2 22:52 libGLESv2.so
-rw-r--r-- 1 root root 97K Jul 2 22:52 libOpenVG.so
-rw-r--r-- 1 root root 77K Jul 2 22:52 libWFC.so
ed@sand:~/Downloads/build5.10.1$ PKG_CONFIG_LIBDIR=/usr/lib/arm-linux-gnueabihf/pkgconfig:/usr/share/pkgconfig PKG_CONFIG_SYSROOT_DIR=/ ../qt-everywhere-src-5.10.1/configure -v -opengl es2 -eglfs -no-gtk -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=/usr/bin/ -opensource -confirm-license -release -reduce-exports -force-pkg-config -no-kms -nomake examples -no-compile-examples -no-pch -skip qtwayland -skip qtwebengine -no-feature-geoservices_mapboxgl -qt-pcre -ssl -evdev -system-freetype -fontconfig -glib -prefix /opt/Qt5.10
+ cd qtbase
+ /home/ed/Downloads/qt-everywhere-src-5.10.1/qtbase/configure -top-level -v -opengl es2 -eglfs -no-gtk -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=/usr/bin/ -opensource -confirm-lic