#TODO not compiled or tested # probably missing dependencies: https://doc.qt.io/archives/qt-5.15/linux-requirements.html # build instructions: https://doc.qt.io/qt-5/linux-building.html # customization: https://doc.qt.io/qt-5/configure-options.html [source] tar = "https://download.qt.io/official_releases/qt/5.15/5.15.18/single/qt-everywhere-opensource-src-5.15.18.tar.xz" [build] template = "configure" configureflags = [ "-no-opengl", "-no-feature-accessibility", ] dependencies = [ "fontconfig", "freetype2", #"mesa", "libxkbcommon", "libxcb", "libx11", "libxrender", "libxext", "libxfixes", "libsm", "libice", "glib", "gstreamer", ]