mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 04:31:54 +02:00
Change dependency from virtual/mesa to drm in the kms packageconfig.
In some configurations there no provider for virtual/mesa, but only drm libaries. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d715f2c1d3
commit
48b4084675
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user