mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
libdricore was removed and replaced with a megadriver with hardlinks from the old driver names. Add PACKAGECONFIG for DRI3 but disable by default as there are currently regressions compared to DRI2. License is unchanged. (From OE-Core rev: 36c6909d4410e5ecb44800aafadd8593978e1b24) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
262 B
BlitzBasic
12 lines
262 B
BlitzBasic
require mesa_${PV}.bb
|
|
|
|
SUMMARY += " (OpenGL only, no EGL/GLES)"
|
|
|
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
|
|
|
|
PROVIDES = "virtual/libgl virtual/mesa"
|
|
|
|
PACKAGECONFIG ??= "dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|