diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-01-04 09:16:03 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-01-09 10:50:45 +0000 |
commit | 7d9f1f7984e3f6b0521e76a390f2456c674e6ea0 (patch) | |
tree | 8731061e580664b17c679c0d94d749c0ddd83f70 | |
parent | 88fa1db0a6fde5a557a8fe2a15698fcde84ff822 (diff) | |
download | meta-qt5-7d9f1f7984e3f6b0521e76a390f2456c674e6ea0.tar.gz |
qtbase: use virtual/mesa for libgbm
Mesa is still the main source for libgbm. Although there are
other providers for it (TI,renesas) there is still no virtual/libgbm
that could be used. In those cases, the PACKAGECONFIG needs to be
overridden to change the dependency.
Change-Id: Ifbe176fda23ededd6e0c564aaca1cbbc2fac82e8
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-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 ab4efdeb..713703a9 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -115,7 +115,7 @@ PACKAGECONFIG[gtk] = "-gtk,-no-gtk,gtk+" | |||
115 | PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" | 115 | PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" |
116 | PACKAGECONFIG[linuxfb] = "-linuxfb,-no-linuxfb" | 116 | PACKAGECONFIG[linuxfb] = "-linuxfb,-no-linuxfb" |
117 | PACKAGECONFIG[kms] = "-kms,-no-kms,drm virtual/egl" | 117 | PACKAGECONFIG[kms] = "-kms,-no-kms,drm virtual/egl" |
118 | PACKAGECONFIG[gbm] = "-gbm,-no-gbm,libgbm" | 118 | PACKAGECONFIG[gbm] = "-gbm,-no-gbm,virtual/mesa" |
119 | # needed for qtwebkit | 119 | # needed for qtwebkit |
120 | PACKAGECONFIG[icu] = "-icu,-no-icu,icu" | 120 | PACKAGECONFIG[icu] = "-icu,-no-icu,icu" |
121 | PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev" | 121 | PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev" |