On Wed, 10 Dec 2014 17:13:31 +0100, Simon Hausmann wrote: > Yeah, configure should check for that and skip the kms plugin build if > it can't find it via pkg-config - that seems like a bug.
But everything what is needed is available on my system - it's only, that the build doesn't find it. With changing some lines in kml.pro manually: #PKGCONFIG += libdrm libudev egl gbm glesv2 INCLUDEPATH += /usr/include/libdrm LIBS += -ldrm -lgbm this one works and the build continues quite some time until: cd Source/WebKit/ && ( test -e Makefile.WebKit1 || /disk/qt/qt-everywhere- opensource-src-5.4.0/qtbase/bin/qmake /disk/qt/qt-everywhere-opensource- src-5.4.0/qtwebkit/Source/WebKit/WebKit1.pro -o Makefile.WebKit1 ) && make -f Makefile.WebKit1 Project ERROR: x11 development package not found Uwe _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
