diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-02-25 18:16:54 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-05 19:28:46 +0100 |
commit | fc06fb8ceb8eec4fe64463234ce6aaadd5f8a852 (patch) | |
tree | 7255b17d1e7a14414f761c0bfb8ee265e02d154b | |
parent | 201b3b2c89d77a6ef8ea6e5f6b63929429184994 (diff) | |
download | meta-qt5-fc06fb8ceb8eec4fe64463234ce6aaadd5f8a852.tar.gz |
qtbase.inc: set virtual/mesa and virtual/egl as dependency in PACKAGECONFIG[kms]
* there is no kms around
* mesa is the default implementation for (lib)gbm (see config.tests/qpa/kms)
* in configure we find:
| if [ "$CFG_KMS" = "yes" ]; then
| if [ "$CFG_EGL" = "no" ]; then
| echo "The KMS plugin requires EGL support and cannot be built"
| exit 101
| fi
| fi
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 8ca89494..24300351 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -116,7 +116,7 @@ PACKAGECONFIG[gtkstyle] = "-gtkstyle,-no-gtkstyle,gtk+" | |||
116 | PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" | 116 | PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" |
117 | PACKAGECONFIG[linuxfb] = "-linuxfb,-no-linuxfb" | 117 | PACKAGECONFIG[linuxfb] = "-linuxfb,-no-linuxfb" |
118 | PACKAGECONFIG[mitshm] = "-mitshm,-no-mitshm,mitshm" | 118 | PACKAGECONFIG[mitshm] = "-mitshm,-no-mitshm,mitshm" |
119 | PACKAGECONFIG[kms] = "-kms,-no-kms,kms" | 119 | PACKAGECONFIG[kms] = "-kms,-no-kms,virtual/mesa virtual/egl" |
120 | # needed for qtdeclarative (qtdeclarative.do_configure fails to find quick module without) | 120 | # needed for qtdeclarative (qtdeclarative.do_configure fails to find quick module without) |
121 | PACKAGECONFIG[icu] = "-icu,-no-icu,icu" | 121 | PACKAGECONFIG[icu] = "-icu,-no-icu,icu" |
122 | PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev" | 122 | PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev" |