mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
11 lines
350 B
HTML
11 lines
350 B
HTML
DEPENDS += "dri2proto expat libdrm"
|
|
|
|
#not supported in oe-core base.bbclass
|
|
#FILESPATHPKG =. "mesa-${PV}:mesa:"
|
|
FILESPATH =. "${FILE_DIRNAME}/mesa:${FILE_DIRNAME}/mesa-${PV}:"
|
|
|
|
# most of our targets do not have DRI so will use mesa-xlib
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
EXTRA_OECONF += " --with-driver=dri --with-dri-drivers=swrast,${MACHINE_DRI_MODULES}"
|