diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-08 23:45:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-08 23:45:41 +0200 |
commit | 63f018e5a795e30f913ead00e840ad3263cb0edf (patch) | |
tree | 27c304660016e7ef23ac30d9f4ee8428cf5da606 | |
parent | 460df4154eaa2e62ae077f28e5f8433e3b813f83 (diff) | |
download | meta-qt5-63f018e5a795e30f913ead00e840ad3263cb0edf.tar.gz |
qtbase: fix drm dependency for eglfs PACKAGECONFIG
* there isn't virtual/drm, just drm
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index a46a91ff..81e808a2 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -81,7 +81,7 @@ PACKAGECONFIG[jpeg] = "-system-libjpeg,-no-libjpeg,jpeg" | |||
81 | PACKAGECONFIG[libpng] = "-system-libpng,-no-libpng,libpng" | 81 | PACKAGECONFIG[libpng] = "-system-libpng,-no-libpng,libpng" |
82 | PACKAGECONFIG[zlib] = "-system-zlib,-qt-zlib,zlib" | 82 | PACKAGECONFIG[zlib] = "-system-zlib,-qt-zlib,zlib" |
83 | PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre" | 83 | PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre" |
84 | PACKAGECONFIG[eglfs] = "-eglfs,-no-eglfs,virtual/drm" | 84 | PACKAGECONFIG[eglfs] = "-eglfs,-no-eglfs,drm" |
85 | PACKAGECONFIG[gl] = "-opengl desktop,,virtual/libgl" | 85 | PACKAGECONFIG[gl] = "-opengl desktop,,virtual/libgl" |
86 | PACKAGECONFIG[gles2] = "-opengl es2,,virtual/libgles2 virtual/egl" | 86 | PACKAGECONFIG[gles2] = "-opengl es2,,virtual/libgles2 virtual/egl" |
87 | PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib" | 87 | PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib" |