qtbase.inc: set virtual/mesa and virtual/egl as dependency in PACKAGECONFIG[kms]
authorAndreas Müller <schnitzeltony@googlemail.com>
Tue, 25 Feb 2014 17:16:54 +0000 (18:16 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:45:42 +0000 (08:45 -0800)
commit89402151985e297cecee51849b6c88d3aca61f8c
treefabb2b4b10cd1f843222ac870ee3ad1a4028026b
parentaf2e8df33ccdddd3903d62992bb6f59f064fc175
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

(From meta-qt5 rev: fc06fb8ceb8eec4fe64463234ce6aaadd5f8a852)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/qt5/qtbase.inc