mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-intel-emgd.inc: specify preferred providers for gl components
By default the gl components are coming from mesa recipe. But for BSPs with EMGD graphics, these components come from emgd and mesa-gl recipes. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
parent
7ea5440235
commit
7b5023275b
|
@ -1,3 +1,9 @@
|
||||||
INHERIT += "emgd-gl"
|
INHERIT += "emgd-gl"
|
||||||
GLSUFFIX = "-emgd"
|
GLSUFFIX = "-emgd"
|
||||||
PACKAGE_EXTRA_ARCHS_append = " ${TUNE_PKGARCH}${GLSUFFIX}"
|
PACKAGE_EXTRA_ARCHS_append = " ${TUNE_PKGARCH}${GLSUFFIX}"
|
||||||
|
|
||||||
|
PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl"
|
||||||
|
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl"
|
||||||
|
PREFERRED_PROVIDER_virtual/libgles1 ?= "emgd-driver-bin"
|
||||||
|
PREFERRED_PROVIDER_virtual/libgles2 ?= "emgd-driver-bin"
|
||||||
|
PREFERRED_PROVIDER_virtual/egl ?= "emgd-driver-bin"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user