1*4882a593SmuzhiyunSUMMARY = "Qt5 OpenGL ES 2.0 Test Application" 2*4882a593SmuzhiyunDESCRIPTION = "This application is used to test OpenGL ES 2.0 rendering \ 3*4882a593Smuzhiyunin a simple QWindow, plus multi-touch input, window orientation, window \ 4*4882a593Smuzhiyunfocus handling and some other game-related features." 5*4882a593SmuzhiyunLICENSE = "MIT" 6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169" 7*4882a593Smuzhiyun 8*4882a593SmuzhiyunPV = "1.0.4+gitr${SRCPV}" 9*4882a593Smuzhiyun 10*4882a593SmuzhiyunDEPENDS = "qtbase qtsensors" 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun# Depends on gles2 enabled and that's not default configuration 13*4882a593SmuzhiyunEXCLUDE_FROM_WORLD = "1" 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunSRC_URI = "git://github.com/smk-embedded/qt5-opengles2-test.git;branch=master;protocol=https" 16*4882a593SmuzhiyunSRCREV = "938390507054ed1258345f70ed55770d2fe56176" 17*4882a593SmuzhiyunS = "${WORKDIR}/git" 18*4882a593Smuzhiyun 19*4882a593Smuzhiyuninherit qmake5 20