mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-04 05:04:36 +02:00
qtbase: fix drm dependency for eglfs PACKAGECONFIG
* there isn't virtual/drm, just drm Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -86,7 +86,7 @@ PACKAGECONFIG[jpeg] = "-system-libjpeg,-no-libjpeg,jpeg"
|
||||
PACKAGECONFIG[libpng] = "-system-libpng,-no-libpng,libpng"
|
||||
PACKAGECONFIG[zlib] = "-system-zlib,-qt-zlib,zlib"
|
||||
PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre"
|
||||
PACKAGECONFIG[eglfs] = "-eglfs,-no-eglfs,virtual/drm"
|
||||
PACKAGECONFIG[eglfs] = "-eglfs,-no-eglfs,drm"
|
||||
PACKAGECONFIG[gl] = "-opengl desktop,,virtual/libgl"
|
||||
PACKAGECONFIG[gles2] = "-opengl es2,,virtual/libgles2 virtual/egl"
|
||||
PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib"
|
||||
|
||||
Reference in New Issue
Block a user