All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] Change dependency from virtual/mesa to drm in the kms packageconfig.
@ 2016-03-01  7:43 Teemu Holappa
  2016-03-07 12:11 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Teemu Holappa @ 2016-03-01  7:43 UTC (permalink / raw)
  To: openembedded-devel

In some configurations there no provider for virtual/mesa, but only drm libaries.
---
 recipes-qt/qt5/qtbase_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index bf56741..1d32a0b 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -117,7 +117,7 @@ PACKAGECONFIG[gtkstyle] = "-gtkstyle,-no-gtkstyle,gtk+"
 PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb"
 PACKAGECONFIG[linuxfb] = "-linuxfb,-no-linuxfb"
 PACKAGECONFIG[mitshm] = "-mitshm,-no-mitshm,mitshm"
-PACKAGECONFIG[kms] = "-kms,-no-kms,virtual/mesa virtual/egl"
+PACKAGECONFIG[kms] = "-kms,-no-kms,drm virtual/egl"
 # needed for qtwebkit
 PACKAGECONFIG[icu] = "-icu,-no-icu,icu"
 PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev"
-- 
2.7.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-07 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  7:43 [meta-qt5][PATCH] Change dependency from virtual/mesa to drm in the kms packageconfig Teemu Holappa
2016-03-07 12:11 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.