mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
* it needs to be done in .bb because mesa-dri.inc is included after mesa-git.inc * lower it for mesa-xlib to same value (From OE-Core rev: bbe27f82bbf58b8cfd142e11e90f58c04ff3168a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
276 B
BlitzBasic
12 lines
276 B
BlitzBasic
include mesa-common.inc
|
|
include mesa-git.inc
|
|
include mesa-dri.inc
|
|
|
|
# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
|
|
DEFAULT_PREFERENCE = "-2"
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
|
|